ISmartTagAction::ActionSets Property
Visual Studio 2015
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.
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.
Show: