Compartilhar via


Propriedade SmartTag.ActionSets

O conjunto de ações que deve ser uma parte da sessão de marca inteligente.

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

Sintaxe

'Declaração
Public Property ActionSets As ReadOnlyCollection(Of SmartTagActionSet)
public ReadOnlyCollection<SmartTagActionSet> ActionSets { get; private set; }
public:
property ReadOnlyCollection<SmartTagActionSet^>^ ActionSets {
    ReadOnlyCollection<SmartTagActionSet^>^ get ();
    private: void set (ReadOnlyCollection<SmartTagActionSet^>^ value);
}
member ActionSets : ReadOnlyCollection<SmartTagActionSet> with get, private set
function get ActionSets () : ReadOnlyCollection<SmartTagActionSet>
private function set ActionSets (value : ReadOnlyCollection<SmartTagActionSet>)

Valor de propriedade

Tipo: ReadOnlyCollection<SmartTagActionSet>
A ReadOnlyCollection of type SmartTagActionSet.

Segurança do .NET Framework

Consulte também

Referência

SmartTag Classe

Namespace Microsoft.VisualStudio.Language.Intellisense