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
WindowEvents this[
    Window WindowFilter
] { get; }
property WindowEvents^ WindowEvents[[InAttribute] Window^ WindowFilter] {
    WindowEvents^ get ([InAttribute] Window^ WindowFilter);
}
abstract WindowEvents : 
        WindowFilter:Window -> WindowEvents with get
JScript ne prend pas en charge les propriétés indexées.

Paramètres

  • WindowFilter
    Type : EnvDTE.Window

    Optionnel. S'ils sont fournis, les événements de fenêtre se produisent uniquement 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