Compartir a través de


Events2.WindowEvents (Propiedad) (Window)

Obtiene el objeto WindowEvents que proporciona eventos para ventanas del entorno de desarrollo.

Espacio de nombres:  EnvDTE80
Ensamblado:  EnvDTE80 (en EnvDTE80.dll)

Sintaxis

'Declaración
ReadOnly Property WindowEvents ( _
    WindowFilter As Window _
) As WindowEvents
WindowEvents this[
    Window WindowFilter
] { get; }
property WindowEvents^ WindowEvents[[InAttribute] Window^ WindowFilter] {
    WindowEvents^ get ([InAttribute] Window^ WindowFilter);
}
abstract WindowEvents : WindowEvents
JScript no admite propiedades indizadas.

Parámetros

  • WindowFilter
    Tipo: EnvDTE.Window
    Opcional.Si se proporcionan, los eventos de ventana sólo se producen para el elemento Window especificado.

Valor de propiedad

Tipo: EnvDTE.WindowEvents
Un objeto WindowEvents.

Seguridad de .NET Framework

Vea también

Referencia

Events2 Interfaz

WindowEvents (Sobrecarga)

EnvDTE80 (Espacio de nombres)