Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Determines whether the smart tag action is enabled. By default, disabled smart tags are rendered but cannot be invoked.
Namespace: Microsoft.VisualStudio.Language.Intellisense
Assembly: Microsoft.VisualStudio.Language.Intellisense (in Microsoft.VisualStudio.Language.Intellisense.dll)
Syntax
'Déclaration
ReadOnly Property IsEnabled As Boolean
bool IsEnabled { get; }
property bool IsEnabled {
bool get ();
}
abstract IsEnabled : bool
function get IsEnabled () : boolean
Property Value
Type: System.Boolean
true if the action is enabled, otherwise false.
.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.