Freigeben über


ISmartTagAction.ActionSets-Eigenschaft

Ruft die Liste der in dieser Smarttagaktion enthaltenen Smarttag-Aktionsmengen ab.

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

Syntax

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

Eigenschaftswert

Typ: ReadOnlyCollection<SmartTagActionSet>
Die Liste mit Aktionsmengen.

.NET Framework-Sicherheit

Siehe auch

Referenz

ISmartTagAction Schnittstelle

Microsoft.VisualStudio.Language.Intellisense-Namespace