Partager via


ISmartTagSession.ActionSets, propriété

Obtient la collection d'actions que cette session affiche.

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 ReadOnlyObservableCollection(Of SmartTagActionSet)
ReadOnlyObservableCollection<SmartTagActionSet> ActionSets { get; }
property ReadOnlyObservableCollection<SmartTagActionSet^>^ ActionSets {
    ReadOnlyObservableCollection<SmartTagActionSet^>^ get ();
}
abstract ActionSets : ReadOnlyObservableCollection<SmartTagActionSet> with get
function get ActionSets () : ReadOnlyObservableCollection<SmartTagActionSet>

Valeur de propriété

Type : ReadOnlyObservableCollection<SmartTagActionSet>
Jeux d'actions.

Sécurité .NET Framework

Voir aussi

Référence

ISmartTagSession Interface

Microsoft.VisualStudio.Language.Intellisense, espace de noms