VCWizCtlClass::RemoveSymbol Method (String^)

 

Removes the specified symbol from the symbol table.

Namespace:   Microsoft.VisualStudio.VsWizard
Assembly:  Microsoft.VisualStudio.VsWizard (in Microsoft.VisualStudio.VsWizard.dll)

public:
virtual void RemoveSymbol(
	String^ bstrSymbol
)

Parameters

bstrSymbol
Type: System::String^

Required. A string containing the symbol to remove.

Return to top
Show: