VCWizCtlClass.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:
virtual void RemoveSymbol(System::String ^ bstrSymbol) = Microsoft::VisualStudio::VsWizard::IVCWizCtlUI::RemoveSymbol;
public:
virtual void RemoveSymbol(Platform::String ^ bstrSymbol) = Microsoft::VisualStudio::VsWizard::IVCWizCtlUI::RemoveSymbol;
virtual void RemoveSymbol(std::wstring const & bstrSymbol);
[System.Runtime.InteropServices.DispId(1610743819)]
public virtual void RemoveSymbol (string bstrSymbol);
[<System.Runtime.InteropServices.DispId(1610743819)>]
abstract member RemoveSymbol : string -> unit
override this.RemoveSymbol : string -> unit
Public Overridable Sub RemoveSymbol (bstrSymbol As String)
Parameters
- bstrSymbol
- String
Required. A string containing the symbol to remove.
Implements
- Attributes