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