Partager via


Events2.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 :  EnvDTE80
Assembly :  EnvDTE80 (dans EnvDTE80.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 : 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 : WindowEvents
Objet WindowEvents.

Sécurité .NET Framework

Voir aussi

Référence

Events2 Interface

EnvDTE80, espace de noms