Udostępnij za pośrednictwem


ISmartTagAction.ActionSets Property

Definition

Gets the list of smart tag action sets contained inside this smart tag action.Smart tags are deprecated in favor of light bulbs. See ISuggestedAction for a replacement.

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)

Property Value

The list of action sets.

Applies to