Partilhar via


Propriedade SmartTagActionSet.Actions

Obtém a coleção de ações de marca inteligente.

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

Sintaxe

'Declaração
Public ReadOnly Property Actions As ReadOnlyCollection(Of ISmartTagAction)
public ReadOnlyCollection<ISmartTagAction> Actions { get; }
public:
property ReadOnlyCollection<ISmartTagAction^>^ Actions {
    ReadOnlyCollection<ISmartTagAction^>^ get ();
}
member Actions : ReadOnlyCollection<ISmartTagAction> with get
function get Actions () : ReadOnlyCollection<ISmartTagAction>

Valor de propriedade

Tipo: ReadOnlyCollection<ISmartTagAction>
A coleção de ações com marcas inteligentes.

Segurança do .NET Framework

Consulte também

Referência

SmartTagActionSet Classe

Namespace Microsoft.VisualStudio.Language.Intellisense