ISmartTagSession.ActionSets Property

Definition

Gets the collection of actions that this session displays.Smart tags are deprecated in favor of light bulbs. See ILightBulbSession for a replacement.

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

Property Value

The action sets.

Applies to