Condividi tramite


Proprietà ISmartTagAction.ActionSets

Ottiene l'elenco di set di azioni smart tag contenuti in questo azioni smart tag.

Spazio dei nomi:  Microsoft.VisualStudio.Language.Intellisense
Assembly:  Microsoft.VisualStudio.Language.Intellisense (in Microsoft.VisualStudio.Language.Intellisense.dll)

Sintassi

'Dichiarazione
ReadOnly Property ActionSets As ReadOnlyCollection(Of SmartTagActionSet)
ReadOnlyCollection<SmartTagActionSet> ActionSets { get; }
property ReadOnlyCollection<SmartTagActionSet^>^ ActionSets {
    ReadOnlyCollection<SmartTagActionSet^>^ get ();
}
abstract ActionSets : ReadOnlyCollection<SmartTagActionSet> with get
function get ActionSets () : ReadOnlyCollection<SmartTagActionSet>

Valore proprietà

Tipo: ReadOnlyCollection<SmartTagActionSet>
Elenco di set di azioni.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

ISmartTagAction Interfaccia

Spazio dei nomi Microsoft.VisualStudio.Language.Intellisense