ISmartTagAction.IsEnabled Property
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
'Declaration
ReadOnly Property IsEnabled As Boolean
bool IsEnabled { get; }
property bool IsEnabled {
bool get ();
}
abstract IsEnabled : bool with get
function get IsEnabled () : boolean
Property Value
Type: 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.