Partager via


ISmartTagAction.ActionSets, propriété

Obtient la liste des jeux d'actions de balises actives contenue dans cette action de balise active.

Espace de noms :  Microsoft.VisualStudio.Language.Intellisense
Assembly :  Microsoft.VisualStudio.Language.Intellisense (dans Microsoft.VisualStudio.Language.Intellisense.dll)

Syntaxe

'Déclaration
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>

Valeur de propriété

Type : ReadOnlyCollection<SmartTagActionSet>
Liste des jeux d'actions.

Sécurité .NET Framework

Voir aussi

Référence

ISmartTagAction Interface

Microsoft.VisualStudio.Language.Intellisense, espace de noms