Partager via


SmartTagActionSet, constructeur

Initialise une nouvelle instance d'SmartTagActionSet.

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

Syntaxe

'Déclaration
Public Sub New ( _
    actions As ReadOnlyCollection(Of ISmartTagAction) _
)
public SmartTagActionSet(
    ReadOnlyCollection<ISmartTagAction> actions
)
public:
SmartTagActionSet(
    ReadOnlyCollection<ISmartTagAction^>^ actions
)
new : 
        actions:ReadOnlyCollection<ISmartTagAction> -> SmartTagActionSet
public function SmartTagActionSet(
    actions : ReadOnlyCollection<ISmartTagAction>
)

Paramètres

  • actions
    Type : ReadOnlyCollection<ISmartTagAction>

    Le jeu d'actions contenues dans cet ensemble d'action.

Sécurité .NET Framework

Voir aussi

Référence

SmartTagActionSet Classe

Microsoft.VisualStudio.Language.Intellisense, espace de noms