WindowVisibilityEvents Interface
Tells whether ToolWindows are visible (hide or show). Use this object for functionality and refer to WindowVisibilityEventsClass for this object's documentation.
Assembly: EnvDTE80 (in EnvDTE80.dll)
| Name | Description | |
|---|---|---|
![]() | add_WindowHiding(_dispWindowVisibilityEvents_WindowHidingEventHandler^) | This API supports the product infrastructure and is not intended to be used directly from your code. Microsoft Internal Use Only.(Inherited from _dispWindowVisibilityEvents_Event.) |
![]() | add_WindowShowing(_dispWindowVisibilityEvents_WindowShowingEventHandler^) | This API supports the product infrastructure and is not intended to be used directly from your code. Microsoft Internal Use Only.(Inherited from _dispWindowVisibilityEvents_Event.) |
![]() | remove_WindowHiding(_dispWindowVisibilityEvents_WindowHidingEventHandler^) | This API supports the product infrastructure and is not intended to be used directly from your code. Microsoft Internal Use Only.(Inherited from _dispWindowVisibilityEvents_Event.) |
![]() | remove_WindowShowing(_dispWindowVisibilityEvents_WindowShowingEventHandler^) | This API supports the product infrastructure and is not intended to be used directly from your code. Microsoft Internal Use Only.(Inherited from _dispWindowVisibilityEvents_Event.) |
| Name | Description | |
|---|---|---|
![]() | WindowHiding | This API supports the product infrastructure and is not intended to be used directly from your code. Microsoft Internal Use Only.(Inherited from _dispWindowVisibilityEvents_Event.) |
![]() | WindowShowing | This API supports the product infrastructure and is not intended to be used directly from your code. Microsoft Internal Use Only.(Inherited from _dispWindowVisibilityEvents_Event.) |

