Representante _dispWindowEvents_WindowActivatedEventHandler

Essa API oferece suporte à infra-estrutura do .NET Framework e não se destina a ser usado diretamente em seu código.

Microsoft somente uso interno.

Namespace:  EnvDTE
Assembly:  EnvDTE (em EnvDTE. dll)

Sintaxe

<ComVisibleAttribute(False)> _
Public Delegate Sub _dispWindowEvents_WindowActivatedEventHandler ( _
    GotFocus As Window, _
    LostFocus As Window _
)

Dim instance As New _dispWindowEvents_WindowActivatedEventHandler(AddressOf HandlerMethod)
[ComVisibleAttribute(false)]
public delegate void _dispWindowEvents_WindowActivatedEventHandler(
    Window GotFocus,
    Window LostFocus
)
[ComVisibleAttribute(false)]
public delegate void _dispWindowEvents_WindowActivatedEventHandler(
    [InAttribute] Window^ GotFocus, 
    [InAttribute] Window^ LostFocus
)
O JScript não oferece suporte a delegados.

Parâmetros

Consulte também

Referência

Espaço para nome EnvDTE