WindowVisibilityEventsClass Class

 

This API supports the product infrastructure and is not intended to be used directly from your code.

Microsoft Internal Use Only.

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

System.Object
  EnvDTE80.WindowVisibilityEventsClass

[GuidAttribute("8B7E04AD-B109-4B96-8BA3-2F348813F238")]
[ClassInterfaceAttribute(0)]
public class WindowVisibilityEventsClass : _WindowVisibilityEvents, 
	WindowVisibilityEvents, _dispWindowVisibilityEvents_Event

NameDescription
System_CAPS_pubmethodWindowVisibilityEventsClass()

This API supports the product infrastructure and is not intended to be used directly from your code. Microsoft Internal Use Only.

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.

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.

System_CAPS_pubmethodEquals(Object)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

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.

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.

System_CAPS_pubmethodToString()

(Inherited from Object.)

NameDescription
System_CAPS_pubeventWindowHiding

This API supports the product infrastructure and is not intended to be used directly from your code. Called when a window is hidden.

System_CAPS_pubeventWindowShowing

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.

Return to top
Show: