This document is archived and information here might be outdated. Recommended version. |
Delete the given symbol.
[Visual Basic .NET] Public Sub DeleteSymbol ( _ ByVal Symbol As ISymbol _ )
[C#] public void DeleteSymbol ( ISymbol Symbol );
[C++]
HRESULT DeleteSymbol(
ISymbol* Symbol
);
[C++] Parameters Symbol [in]
Symbol is a parameter of type ISymbol*