Partager via


_dispCommandBarControlEvents_SinkHelper.Click, méthode

Cette API prend en charge l'infrastructure .NET Framework et n'est pas destinée à être utilisée directement à partir de votre code.

Réservé à un usage interne Microsoft.

Espace de noms :  EnvDTE
Assembly :  EnvDTE (dans EnvDTE.dll)

Syntaxe

'Déclaration
Public Overridable Sub Click ( _
    A_1 As Object, _
    ByRef A_2 As Boolean, _
    ByRef A_3 As Boolean _
)
public virtual void Click(
    Object A_1,
    ref bool A_2,
    ref bool A_3
)
public:
virtual void Click(
    Object^ A_1, 
    bool% A_2, 
    bool% A_3
)
abstract Click : 
        A_1:Object * 
        A_2:bool byref * 
        A_3:bool byref -> unit 
override Click : 
        A_1:Object * 
        A_2:bool byref * 
        A_3:bool byref -> unit 
public function Click(
    A_1 : Object, 
    A_2 : boolean, 
    A_3 : boolean
)

Paramètres

Implémentations

_dispCommandBarControlEvents.Click(Object, Boolean%, Boolean%)

Sécurité .NET Framework

Voir aussi

Référence

_dispCommandBarControlEvents_SinkHelper Classe

EnvDTE, espace de noms