Delegat _dispWindowEvents_WindowActivatedEventHandler
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 _dispWindowEvents_WindowActivatedEventHandler ( _
GotFocus As Window, _
LostFocus As Window _
)
[ComVisibleAttribute(false)]
public delegate void _dispWindowEvents_WindowActivatedEventHandler(
Window GotFocus,
Window LostFocus
)
[ComVisibleAttribute(false)]
public delegate void _dispWindowEvents_WindowActivatedEventHandler(
[InAttribute] Window^ GotFocus,
[InAttribute] Window^ LostFocus
)
[<ComVisibleAttribute(false)>]
type _dispWindowEvents_WindowActivatedEventHandler =
delegate of
GotFocus:Window *
LostFocus:Window -> unit
Język JScript nie obsługuje delegatów.
Parametry
GotFocus
Typ: EnvDTE.WindowOkno, w którym uzyskaniu fokusu.
LostFocus
Typ: EnvDTE.WindowOkno, w którym utracone fokus.