Partilhar via


Propriedade ISmartTagSession.ActionSets

Obtém a coleção de ações que exibe a esta sessão.

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

Sintaxe

'Declaração
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>

Valor de propriedade

Tipo: ReadOnlyObservableCollection<SmartTagActionSet>
A ação define.

Segurança do .NET Framework

Consulte também

Referência

ISmartTagSession Interface

Namespace Microsoft.VisualStudio.Language.Intellisense