Partager via


Events2.WindowEvents, propriété (Window)

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 : WindowEvents
JScript ne prend pas en charge les propriétés indexées.

Paramètres

  • WindowFilter
    Type : EnvDTE.Window
    Facultatif.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

Events2 Interface

WindowEvents, surcharge

EnvDTE80, espace de noms