Events.WindowEvents[Window] Propriedade

Definição

Obtém o WindowEvents objeto que fornece eventos para o Windows no ambiente de desenvolvimento.

public:
 property EnvDTE::WindowEvents ^ WindowEvents[EnvDTE::Window ^] { EnvDTE::WindowEvents ^ get(EnvDTE::Window ^ WindowFilter); };
[System.Runtime.InteropServices.DispId(304)]
public EnvDTE.WindowEvents WindowEvents[EnvDTE.Window WindowFilter = default] { [System.Runtime.InteropServices.DispId(304)] get; }
[<System.Runtime.InteropServices.DispId(304)>]
[<get: System.Runtime.InteropServices.DispId(304)>]
member this.WindowEvents(EnvDTE.Window) : EnvDTE.WindowEvents
Public ReadOnly Property WindowEvents(Optional WindowFilter As Window = Nothing) As WindowEvents

Parâmetros

WindowFilter
Window

Opcional. Se fornecido, os eventos de janela ocorrerão apenas para o especificado Window .

Valor da propriedade

WindowEvents

Um objeto WindowEvents.

Atributos

Aplica-se a