WindowVisibilityEvents Interface

 

Tells whether ToolWindows are visible (hide or show). Use this object for functionality and refer to WindowVisibilityEventsClass for this object's documentation.

Namespace:   EnvDTE80
Assembly:  EnvDTE80 (in EnvDTE80.dll)

[GuidAttribute("84DE07BC-43A2-4275-BCF9-D207D20E49ED")]
public interface class WindowVisibilityEvents : _WindowVisibilityEvents, 
	_dispWindowVisibilityEvents_Event

NameDescription
System_CAPS_pubmethodadd_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.)

System_CAPS_pubmethodadd_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.)

System_CAPS_pubmethodremove_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.)

System_CAPS_pubmethodremove_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.)

NameDescription
System_CAPS_pubeventWindowHiding

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.)

System_CAPS_pubeventWindowShowing

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.)

Run this example and open and close the Command Window and the Output Window in the Visual Studio IDE to see event capturing methods in action.

No code example is currently available or this language may not be supported.
Return to top
Show: