This document is archived and information here might be outdated. Recommended version. |
Returns the symbol with the given ID.
[Visual Basic .NET] Public Sub GetSymbolIdentifier ( _ ByVal ID As Integer, _ ByRef symbolID As ISymbolIdentifier2 _ )
[C#] public void GetSymbolIdentifier ( int ID, ref ISymbolIdentifier2 symbolID );
[C++]
HRESULT GetSymbolIdentifier(
long ID,
ISymbolIdentifier2** symbolID
);
[C++] Parameters ID [in]
ID is a parameter of type long symbolID [out]
symbolID is a parameter of type ISymbolIdentifier2**