_dispCommandBarControlEvents_ClickEventHandler, délégué
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
<ComVisibleAttribute(False)> _
Public Delegate Sub _dispCommandBarControlEvents_ClickEventHandler ( _
CommandBarControl As Object, _
ByRef Handled As Boolean, _
ByRef CancelDefault As Boolean _
)
[ComVisibleAttribute(false)]
public delegate void _dispCommandBarControlEvents_ClickEventHandler(
Object CommandBarControl,
ref bool Handled,
ref bool CancelDefault
)
[ComVisibleAttribute(false)]
public delegate void _dispCommandBarControlEvents_ClickEventHandler(
[InAttribute] Object^ CommandBarControl,
[InAttribute] bool% Handled,
[InAttribute] bool% CancelDefault
)
[<ComVisibleAttribute(false)>]
type _dispCommandBarControlEvents_ClickEventHandler =
delegate of
CommandBarControl:Object *
Handled:bool byref *
CancelDefault:bool byref -> unit
JScript ne prend pas en charge les délégués.
Paramètres
- CommandBarControl
Type : System.Object
Contrôle de barre de commandes.
- Handled
Type : System.Boolean%
- CancelDefault
Type : System.Boolean%
Indique si l'action a été annulée.