ISmartTagSession::ActionSets Property
Visual Studio 2015
Gets the collection of actions that this session displays.
Smart tags are deprecated in favor of light bulbs. See ILightBulbSession for a replacement.
Assembly: Microsoft.VisualStudio.Language.Intellisense (in Microsoft.VisualStudio.Language.Intellisense.dll)
property ReadOnlyObservableCollection<SmartTagActionSet^>^ ActionSets {
ReadOnlyObservableCollection<SmartTagActionSet^>^ get();
}
Property Value
Type: System.Collections.ObjectModel::ReadOnlyObservableCollection<SmartTagActionSet^>^The action sets.
Show: