ISmartTagSession.ActionSets Property

Gets the collection of actions that this session displays.

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

Syntax

'Declaration
ReadOnly Property ActionSets As ReadOnlyObservableCollection(Of SmartTagActionSet)
ReadOnlyObservableCollection<SmartTagActionSet> ActionSets { get; }
property ReadOnlyObservableCollection<SmartTagActionSet^>^ ActionSets {
    ReadOnlyObservableCollection<SmartTagActionSet^>^ get ();
}
abstract ActionSets : ReadOnlyObservableCollection<SmartTagActionSet>
function get ActionSets () : ReadOnlyObservableCollection<SmartTagActionSet>

Property Value

Type: System.Collections.ObjectModel.ReadOnlyObservableCollection<SmartTagActionSet>
The action sets.

.NET Framework Security

See Also

Reference

ISmartTagSession Interface

Microsoft.VisualStudio.Language.Intellisense Namespace