IVsPackageDynamicToolOwnerEx Members
Include Protected Members
Include Inherited Members
Enables dynamic control of Tool Window visibility. Extends, but does not inherit from, IVsPackageDynamicToolOwner. This interface can control how many instances are shown.
The IVsPackageDynamicToolOwnerEx type exposes the following members.
Methods
Name | Description | |
---|---|---|
QueryShowTool | Enables the Package to dynamically control whether to show or hide the tool window. The environment calls this method when the user switches which window view set (or mode) is active, e.g. Design, Debugging, FullScreen, and so on. |
Top