WindowEventsClass Class

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

Microsoft Internal Use Only.

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

Syntax

'Declaration
<ClassInterfaceAttribute()> _
<GuidAttribute("2E260FD4-C130-4E6D-8EBC-4A3BFD188181")> _
Public Class WindowEventsClass _
    Implements _WindowEvents, WindowEvents, _dispWindowEvents_Event
'Usage
Dim instance As WindowEventsClass
[ClassInterfaceAttribute()]
[GuidAttribute("2E260FD4-C130-4E6D-8EBC-4A3BFD188181")]
public class WindowEventsClass : _WindowEvents, 
    WindowEvents, _dispWindowEvents_Event
[ClassInterfaceAttribute()]
[GuidAttribute(L"2E260FD4-C130-4E6D-8EBC-4A3BFD188181")]
public ref class WindowEventsClass : _WindowEvents, 
    WindowEvents, _dispWindowEvents_Event
public class WindowEventsClass implements _WindowEvents, WindowEvents, _dispWindowEvents_Event

Remarks

Refer to WindowEvents for this functionality. Do not instantiate from this class.

Inheritance Hierarchy

System.Object
  EnvDTE.WindowEventsClass

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.

See Also

Reference

WindowEventsClass Members

EnvDTE Namespace