Share via


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: System.Boolean
true if the action is enabled, otherwise false.

.NET Framework Security

See Also

Reference

ISmartTagAction Interface

Microsoft.VisualStudio.Language.Intellisense Namespace