SmartTagActionSet.Actions Property

Gets the collection of smart tag actions.

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

Syntax

'Declaration
Public ReadOnly Property Actions As ReadOnlyCollection(Of ISmartTagAction)
public ReadOnlyCollection<ISmartTagAction> Actions { get; }
public:
property ReadOnlyCollection<ISmartTagAction^>^ Actions {
    ReadOnlyCollection<ISmartTagAction^>^ get ();
}
member Actions : ReadOnlyCollection<ISmartTagAction>
function get Actions () : ReadOnlyCollection<ISmartTagAction>

Property Value

Type: System.Collections.ObjectModel.ReadOnlyCollection<ISmartTagAction>
The collection of smart tag actions.

.NET Framework Security

See Also

Reference

SmartTagActionSet Class

Microsoft.VisualStudio.Language.Intellisense Namespace