IVCWizCtlUI.RemoveSymbol(String) Method

Definition

Removes the specified symbol from the symbol table.

public:
 void RemoveSymbol(System::String ^ bstrSymbol);
public:
 void RemoveSymbol(Platform::String ^ bstrSymbol);
void RemoveSymbol(std::wstring const & bstrSymbol);
[System.Runtime.InteropServices.DispId(1610743819)]
public void RemoveSymbol (string bstrSymbol);
[<System.Runtime.InteropServices.DispId(1610743819)>]
abstract member RemoveSymbol : string -> unit
Public Sub RemoveSymbol (bstrSymbol As String)

Parameters

bstrSymbol
String

Required. A string containing the symbol to remove.

Attributes

Applies to