Condividi tramite


Proprietà Events.WindowEvents

ottiene WindowEvents oggetto che fornisce eventi per le finestre dell'ambiente di sviluppo.

Spazio dei nomi:  EnvDTE
Assembly:  EnvDTE (in EnvDTE.dll)

Sintassi

'Dichiarazione
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 non supporta le proprietà indicizzate.

Parametri

  • WindowFilter
    Tipo: EnvDTE.Window
    facoltativo.Se disponibili, gli eventi della finestra si verificano solo per specificato Window.

Valore proprietà

Tipo: EnvDTE.WindowEvents
In WindowEvents oggetto.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

Events Interfaccia

Spazio dei nomi EnvDTE