IVCWizCtlUI.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:
bool IsSymbolDisabled(System::String ^ bstrSymbol);
public:
bool IsSymbolDisabled(Platform::String ^ bstrSymbol);
bool IsSymbolDisabled(std::wstring const & bstrSymbol);
[System.Runtime.InteropServices.DispId(1610743826)]
public bool IsSymbolDisabled (string bstrSymbol);
[<System.Runtime.InteropServices.DispId(1610743826)>]
abstract member IsSymbolDisabled : string -> bool
Public 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.
- Attributes