Freigeben über


ISmartTagSession.ActionSets-Eigenschaft

Ruft die Auflistung von Aktionen ab, die von dieser Sitzung angezeigt werden.

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> with get
function get ActionSets () : ReadOnlyObservableCollection<SmartTagActionSet>

Eigenschaftswert

Typ: ReadOnlyObservableCollection<SmartTagActionSet>
Die Aktionsmengen.

.NET Framework-Sicherheit

Siehe auch

Referenz

ISmartTagSession Schnittstelle

Microsoft.VisualStudio.Language.Intellisense-Namespace