VCWizCtlClass.IsSymbolDisabled Method
Returns whether a symbol is disabled.
Namespace: Microsoft.VisualStudio.VsWizard
Assembly: Microsoft.VisualStudio.VsWizard (in Microsoft.VisualStudio.VsWizard.dll)
Syntax
'Declaration
Public Overridable Function IsSymbolDisabled ( _
bstrSymbol As String _
) As Boolean
'Usage
Dim instance As VCWizCtlClass
Dim bstrSymbol As String
Dim returnValue As Boolean
returnValue = instance.IsSymbolDisabled(bstrSymbol)
public virtual bool IsSymbolDisabled(
string bstrSymbol
)
public:
virtual bool IsSymbolDisabled(
[InAttribute] String^ bstrSymbol
)
public function IsSymbolDisabled(
bstrSymbol : String
) : boolean
Parameters
bstrSymbol
Type: System.StringRequired. A string containing the name of the symbol.
Return Value
Type: System.Boolean
true if the symbol is disabled.
Implements
IVCWizCtlUI.IsSymbolDisabled(String)
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.