Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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
bool IsSymbolDisabled(
string bstrSymbol
)
bool IsSymbolDisabled(
[InAttribute] String^ bstrSymbol
)
abstract IsSymbolDisabled :
bstrSymbol:string -> bool
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.
.NET Framework Security
- 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.