WindowEventsClass 类

更新:2007 年 11 月

此 API 支持 .NET Framework 基础结构,不适合在代码中直接使用。

仅由 Microsoft 内部使用。

命名空间:  EnvDTE
程序集:  EnvDTE(在 EnvDTE.dll 中)

语法

声明
<ClassInterfaceAttribute()> _
<GuidAttribute("2E260FD4-C130-4E6D-8EBC-4A3BFD188181")> _
Public Class WindowEventsClass _
    Implements _WindowEvents, WindowEvents, _dispWindowEvents_Event
用法
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

备注

有关此功能,请参考 WindowEvents。不要从此类实例化。

继承层次结构

System.Object
  EnvDTE.WindowEventsClass

线程安全

此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。但不保证所有实例成员都是线程安全的。

另请参见

参考

WindowEventsClass 成员

EnvDTE 命名空间