ISmartTagAction.ActionSets Eigenschaft

Definition

Ruft die Liste der smarttagaktionssets ab, die in dieser Smarttag-Aktion enthalten sind. Smarttags sind veraltet und bevorzugen Glühbirnen. Eine Ersetzung finden Sie unter ISuggestedAction .

public:
 property System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::VisualStudio::Language::Intellisense::SmartTagActionSet ^> ^ ActionSets { System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::VisualStudio::Language::Intellisense::SmartTagActionSet ^> ^ get(); };
public System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.VisualStudio.Language.Intellisense.SmartTagActionSet> ActionSets { get; }
member this.ActionSets : System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.VisualStudio.Language.Intellisense.SmartTagActionSet>
Public ReadOnly Property ActionSets As ReadOnlyCollection(Of SmartTagActionSet)

Eigenschaftswert

ReadOnlyCollection<SmartTagActionSet>

Die Liste mit Aktionsmengen.

Gilt für