IVCWizCtlUI.RemoveSymbol(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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