Sdílet prostřednictvím


IVCWizCtlUI.IsSymbolDisabled Method

Returns whether a symbol is disabled.

Namespace:  Microsoft.VisualStudio.VsWizard
Assembly:  Microsoft.VisualStudio.VsWizard (in Microsoft.VisualStudio.VsWizard.dll)

Syntax

'Declaration
Function IsSymbolDisabled ( _
    bstrSymbol As String _
) As Boolean
'Usage
Dim instance As IVCWizCtlUI
Dim bstrSymbol As String
Dim returnValue As Boolean

returnValue = instance.IsSymbolDisabled(bstrSymbol)
bool IsSymbolDisabled(
    string bstrSymbol
)
bool IsSymbolDisabled(
    [InAttribute] String^ bstrSymbol
)
function IsSymbolDisabled(
    bstrSymbol : String
) : boolean

Parameters

  • bstrSymbol
    Type: System.String

    Required. A string containing the name of the symbol.

Return Value

Type: System.Boolean

true if the symbol is disabled.

Permissions

See Also

Reference

IVCWizCtlUI Interface

IVCWizCtlUI Members

Microsoft.VisualStudio.VsWizard Namespace