This document is archived and information here might be outdated. Recommended version. |
Expands a given data element.
[Visual Basic .NET] Public Sub ExpandDataElement ( _ ByVal pInDE As IDataElement, _ ByVal pBrowseOptions As IDEBrowseOptions _ )
[C#] public void ExpandDataElement ( IDataElement pInDE, IDEBrowseOptions pBrowseOptions );
[C++]
HRESULT ExpandDataElement(
IDataElement* pInDE,
IDEBrowseOptions* pBrowseOptions
);
[C++] Parameters pInDE [in]
pInDE is a parameter of type IDataElement* pBrowseOptions [in]
pBrowseOptions is a parameter of type IDEBrowseOptions*