ISmartTagAction::ActionSets Property

 

Gets the list of smart tag action sets contained inside this smart tag action.

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 ReadOnlyCollection<SmartTagActionSet^>^ ActionSets {
	ReadOnlyCollection<SmartTagActionSet^>^ get();
}

Property Value

Type: System.Collections.ObjectModel::ReadOnlyCollection<SmartTagActionSet^>^

The list of action sets.

Return to top
Show: