WindowVisibilityEventsClass Class
This API supports the product infrastructure and is not intended to be used directly from your code.
Microsoft Internal Use Only.
Assembly: EnvDTE80 (in EnvDTE80.dll)
| Name | Description | |
|---|---|---|
![]() | WindowVisibilityEventsClass() | This API supports the product infrastructure and is not intended to be used directly from your code. Microsoft Internal Use Only. |
| 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. |
![]() | 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. |
![]() | Equals(Object) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | 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. |
![]() | 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. |
![]() | ToString() | (Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() | WindowHiding | This API supports the product infrastructure and is not intended to be used directly from your code. Called when a window is hidden. |
![]() | WindowShowing | This API supports the product infrastructure and is not intended to be used directly from your code. Called when a tool window is made visible. |
Refer to WindowVisibilityEvents for this functionality. Do not instantiate from this class.
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


