ISmartTagSession::ActionSets Property

 

Gets the collection of actions that this session displays.

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

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

property ReadOnlyObservableCollection<SmartTagActionSet^>^ ActionSets {
	ReadOnlyObservableCollection<SmartTagActionSet^>^ get();
}
Return to top
Show: