Condividi tramite


Proprietà SmartTag.ActionSets

Set di azioni che dovrebbero far parte di una sessione di smart tag.

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

Sintassi

'Dichiarazione
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>)

Valore proprietà

Tipo: ReadOnlyCollection<SmartTagActionSet>
In ReadOnlyCollection di tipo SmartTagActionSet.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

SmartTag Classe

Spazio dei nomi Microsoft.VisualStudio.Language.Intellisense