ISmartTagAction::IsEnabled Property

 

Determines whether the smart tag action is enabled. By default, disabled smart tags are rendered but cannot be invoked.

Smart tags are deprecated in favor of light bulbs. See ISuggestedAction for a replacement.

Namespace:   Microsoft.VisualStudio.Language.Intellisense
Assembly:  Microsoft.VisualStudio.Language.Intellisense (in Microsoft.VisualStudio.Language.Intellisense.dll)

property bool IsEnabled {
	bool get();
}

Property Value

Type: System::Boolean

true if the action is enabled, otherwise false.

Return to top
Show: