WindowVisibilityEventsClass Class
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Microsoft Internal Use Only.
Inheritance Hierarchy
System.Object
EnvDTE80.WindowVisibilityEventsClass
Namespace: EnvDTE80
Assembly: EnvDTE80 (in EnvDTE80.dll)
Syntax
'Declaration
<GuidAttribute("8B7E04AD-B109-4B96-8BA3-2F348813F238")> _
<ClassInterfaceAttribute()> _
Public Class WindowVisibilityEventsClass _
Implements _WindowVisibilityEvents, WindowVisibilityEvents, _dispWindowVisibilityEvents_Event
[GuidAttribute("8B7E04AD-B109-4B96-8BA3-2F348813F238")]
[ClassInterfaceAttribute()]
public class WindowVisibilityEventsClass : _WindowVisibilityEvents,
WindowVisibilityEvents, _dispWindowVisibilityEvents_Event
[GuidAttribute(L"8B7E04AD-B109-4B96-8BA3-2F348813F238")]
[ClassInterfaceAttribute()]
public ref class WindowVisibilityEventsClass : _WindowVisibilityEvents,
WindowVisibilityEvents, _dispWindowVisibilityEvents_Event
[<GuidAttribute("8B7E04AD-B109-4B96-8BA3-2F348813F238")>]
[<ClassInterfaceAttribute()>]
type WindowVisibilityEventsClass =
class
interface _WindowVisibilityEvents
interface WindowVisibilityEvents
interface _dispWindowVisibilityEvents_Event
end
public class WindowVisibilityEventsClass implements _WindowVisibilityEvents, WindowVisibilityEvents, _dispWindowVisibilityEvents_Event
The WindowVisibilityEventsClass type exposes the following members.
Constructors
Name | Description | |
---|---|---|
WindowVisibilityEventsClass | Infrastructure. Microsoft Internal Use Only. |
Top
Methods
Name | Description | |
---|---|---|
add_WindowHiding | Infrastructure. Microsoft Internal Use Only. | |
add_WindowShowing | Infrastructure. Microsoft Internal Use Only. | |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
remove_WindowHiding | Infrastructure. Microsoft Internal Use Only. | |
remove_WindowShowing | Infrastructure. Microsoft Internal Use Only. | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Top
Events
Name | Description | |
---|---|---|
WindowHiding | Called when a window is hidden. | |
WindowShowing | Called when a tool window is made visible. |
Top
Remarks
Refer to WindowVisibilityEvents for this functionality. Do not instantiate from this class.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.