Partager via


Events.WindowEvents, propriété

Obtient l'objet WindowEvents qui fournit les événements pour les fenêtres dans l'environnement de développement.

Espace de noms :  EnvDTE
Assembly :  EnvDTE (dans EnvDTE.dll)

Syntaxe

'Déclaration
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 ne prend pas en charge les propriétés indexées.

Paramètres

  • WindowFilter
    Type : EnvDTE.Window
    Facultatif.Si ce paramètre est fourni, les événements Window ne se produisent que pour le Window spécifié.

Valeur de propriété

Type : EnvDTE.WindowEvents
Objet WindowEvents.

Sécurité .NET Framework

Voir aussi

Référence

Events Interface

EnvDTE, espace de noms