Delegat _dispWindowEvents_WindowCreatedEventHandler
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_WindowCreatedEventHandler ( _
Window As Window _
)
[ComVisibleAttribute(false)]
public delegate void _dispWindowEvents_WindowCreatedEventHandler(
Window Window
)
[ComVisibleAttribute(false)]
public delegate void _dispWindowEvents_WindowCreatedEventHandler(
[InAttribute] Window^ Window
)
[<ComVisibleAttribute(false)>]
type _dispWindowEvents_WindowCreatedEventHandler =
delegate of
Window:Window -> unit
Język JScript nie obsługuje delegatów.
Parametry
Window
Typ: EnvDTE.WindowOkno.