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
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiável.