VCWizCtlClass.IsSymbolDisabled(String) Method

Definition

Returns whether a symbol is disabled.

public:
 virtual bool IsSymbolDisabled(System::String ^ bstrSymbol) = Microsoft::VisualStudio::VsWizard::IVCWizCtlUI::IsSymbolDisabled;
public:
 virtual bool IsSymbolDisabled(Platform::String ^ bstrSymbol) = Microsoft::VisualStudio::VsWizard::IVCWizCtlUI::IsSymbolDisabled;
 virtual bool IsSymbolDisabled(std::wstring const & bstrSymbol);
[System.Runtime.InteropServices.DispId(1610743826)]
public virtual bool IsSymbolDisabled (string bstrSymbol);
[<System.Runtime.InteropServices.DispId(1610743826)>]
abstract member IsSymbolDisabled : string -> bool
override this.IsSymbolDisabled : string -> bool
Public Overridable Function IsSymbolDisabled (bstrSymbol As String) As Boolean

Parameters

bstrSymbol
String

Required. A string containing the name of the symbol.

Returns

true if the symbol is disabled.

Implements

Attributes

Applies to