Delegat _dispCommandBarControlEvents_ClickEventHandler
Ten interfejs API obsługuje infrastrukturę programu .NET Framework i nie jest przeznaczony do użycia bezpośrednio w kodzie.
Microsoft tylko do użytku wewnętrznego.
Przestrzeń nazw: EnvDTE
Zestaw: EnvDTE (w EnvDTE.dll)
Składnia
'Deklaracja
<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
Język JScript nie obsługuje delegatów.
Parametry
CommandBarControl
Typ: ObjectFormant paska poleceń.
- Handled
Typ: Boolean%
CancelDefault
Typ: Boolean%Czy akcja została anulowana.