Partager via


SmartTag.ActionSets, propriété

Jeu d'actions devant faire partie de la session de balise active.

Espace de noms :  Microsoft.VisualStudio.Language.Intellisense
Assembly :  Microsoft.VisualStudio.Language.Intellisense (dans Microsoft.VisualStudio.Language.Intellisense.dll)

Syntaxe

'Déclaration
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>)

Valeur de propriété

Type : ReadOnlyCollection<SmartTagActionSet>
ReadOnlyCollection de type SmartTagActionSet.

Sécurité .NET Framework

Voir aussi

Référence

SmartTag Classe

Microsoft.VisualStudio.Language.Intellisense, espace de noms