Events2.WindowVisibilityEvents[Window] Property

Definition

Gets an event object which can be used to be notified when a tool window is showing or hiding.

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

Parameters

WindowFilter
Window

Optional. If supplied, window events occur only for the specified Window.

Property Value

Attributes

Applies to