Share via


SmartTagActionSet.Actions Property

Definition

Gets the collection of smart tag actions.

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

Property Value

The collection of smart tag actions.

Applies to