ISmartTagAction.ActionSets Property

Gets the list of smart tag action sets contained inside this smart tag action.

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

Syntax

'Declaration
ReadOnly Property ActionSets As ReadOnlyCollection(Of SmartTagActionSet)
ReadOnlyCollection<SmartTagActionSet> ActionSets { get; }
property ReadOnlyCollection<SmartTagActionSet^>^ ActionSets {
    ReadOnlyCollection<SmartTagActionSet^>^ get ();
}
abstract ActionSets : ReadOnlyCollection<SmartTagActionSet> with get
function get ActionSets () : ReadOnlyCollection<SmartTagActionSet>

Property Value

Type: System.Collections.ObjectModel.ReadOnlyCollection<SmartTagActionSet>
The list of action sets.

.NET Framework Security

See Also

Reference

ISmartTagAction Interface

Microsoft.VisualStudio.Language.Intellisense Namespace