Events.WindowEvents[Window] Eigenschaft

Definition

Ruft das WindowEvents-Objekt ab, das Ereignisse für Fenster in der Entwicklungsumgebung bereitstellt.

public:
 property EnvDTE::WindowEvents ^ WindowEvents[EnvDTE::Window ^] { EnvDTE::WindowEvents ^ get(EnvDTE::Window ^ WindowFilter); };
[System.Runtime.InteropServices.DispId(304)]
public EnvDTE.WindowEvents WindowEvents[EnvDTE.Window WindowFilter = default] { [System.Runtime.InteropServices.DispId(304)] get; }
[<System.Runtime.InteropServices.DispId(304)>]
[<get: System.Runtime.InteropServices.DispId(304)>]
member this.WindowEvents(EnvDTE.Window) : EnvDTE.WindowEvents
Public ReadOnly Property WindowEvents(Optional WindowFilter As Window = Nothing) As WindowEvents

Parameter

WindowFilter
Window

Dies ist optional. Wenn angegeben, werden Fensterereignisse nur für das angegebene Window ausgelöst.

Eigenschaftswert

WindowEvents

Ein WindowEvents-Objekt.

Attribute

Gilt für