Events2.WindowVisibilityEvents[Window] Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Property Value
- Attributes