Freigeben über


SmartTag.ActionSets-Eigenschaft

Der Satz von Aktionen, die in der Smarttag-Sitzung enthalten sein sollen.

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

Syntax

'Declaration
Public Property ActionSets As ReadOnlyCollection(Of SmartTagActionSet)
public ReadOnlyCollection<SmartTagActionSet> ActionSets { get; private set; }
public:
property ReadOnlyCollection<SmartTagActionSet^>^ ActionSets {
    ReadOnlyCollection<SmartTagActionSet^>^ get ();
    private: void set (ReadOnlyCollection<SmartTagActionSet^>^ value);
}
member ActionSets : ReadOnlyCollection<SmartTagActionSet> with get, private set
function get ActionSets () : ReadOnlyCollection<SmartTagActionSet>
private function set ActionSets (value : ReadOnlyCollection<SmartTagActionSet>)

Eigenschaftswert

Typ: ReadOnlyCollection<SmartTagActionSet>
Ein ReadOnlyCollection-Objekt vom Typ SmartTagActionSet.

.NET Framework-Sicherheit

Siehe auch

Referenz

SmartTag Klasse

Microsoft.VisualStudio.Language.Intellisense-Namespace