This document is archived and information here might be outdated. Recommended version. |
Returns the associated data element.
[Visual Basic .NET] Public Function GetDataElement ( _ ByVal browseOptions As IDEBrowseOptions _ ) As IDataElement
[C#] public IDataElement GetDataElement ( IDEBrowseOptions browseOptions );
[C++]
HRESULT GetDataElement(
IDEBrowseOptions* browseOptions
);
[C++] Parameters browseOptions [in]
browseOptions is a parameter of type IDEBrowseOptions*