_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
- A_1
Type : System.Object
- A_2
Type : System.Boolean%
- A_3
Type : System.Boolean%
Implémentations
_dispCommandBarControlEvents.Click(Object, Boolean%, Boolean%)
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.