Condividi tramite


Proprietà Events.WindowEvents

Ottiene l'oggetto WindowEvents che fornisce eventi per le finestre nell'ambiente di sviluppo.

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

Sintassi

'Dichiarazione
ReadOnly Property WindowEvents ( _
    WindowFilter As Window _
) As WindowEvents
    Get
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 specificato, tali eventi vengono generati solo per l'oggetto Window specificato.

Valore proprietà

Tipo: EnvDTE.WindowEvents
Un oggetto WindowEvents.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

Events Interfaccia

Spazio dei nomi EnvDTE