VCWizCtlClass.IsSymbolDisabled(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.
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