Delegado _dispWindowEvents_WindowCreatedEventHandler
Esta API oferece suporte à infraestrutura .NET Framework e não se destina a ser usada diretamente do seu código.
Somente para uso interno da Microsoft.
Namespace: EnvDTE
Assembly: EnvDTE (em EnvDTE.dll)
Sintaxe
'Declaração
<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
JScript não oferece suporte a delegados.
Parâmetros
- Window
Tipo: EnvDTE.Window
A janela.