This document is archived and information here might be outdated. Recommended version. |
Renames the symbol with the given ID.
[Visual Basic .NET]
Public Sub RenameSymbol ( _
ByVal symbolID As Integer, _
ByVal Name As String _
)
[C#]
public void RenameSymbol (
int symbolID,
string Name
);
[C++]
HRESULT RenameSymbol(
long symbolID,
BSTR Name
);
[C++] Parameters symbolID [in]
symbolID is a parameter of type long Name [in]
Name is a parameter of type BSTR