SmartTagActionSet.Actions, propriété

Obtient la collection d'actions 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 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>

Valeur de propriété

Type : ReadOnlyCollection<ISmartTagAction>
La collection d'actions de balise active.

Sécurité .NET Framework

Voir aussi

Référence

SmartTagActionSet Classe

Microsoft.VisualStudio.Language.Intellisense, espace de noms