ProjectItemsEventsClass 类

更新:2007 年 11 月

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

仅由 Microsoft 内部使用。

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

语法

声明
<GuidAttribute("DE6C1098-93CA-4F49-BEF0-262A13CA1176")> _
<ClassInterfaceAttribute()> _
Public Class ProjectItemsEventsClass _
    Implements _ProjectItemsEvents, ProjectItemsEvents, _dispProjectItemsEvents_Event
用法
Dim instance As ProjectItemsEventsClass
[GuidAttribute("DE6C1098-93CA-4F49-BEF0-262A13CA1176")]
[ClassInterfaceAttribute()]
public class ProjectItemsEventsClass : _ProjectItemsEvents, 
    ProjectItemsEvents, _dispProjectItemsEvents_Event
[GuidAttribute(L"DE6C1098-93CA-4F49-BEF0-262A13CA1176")]
[ClassInterfaceAttribute()]
public ref class ProjectItemsEventsClass : _ProjectItemsEvents, 
    ProjectItemsEvents, _dispProjectItemsEvents_Event
public class ProjectItemsEventsClass implements _ProjectItemsEvents, ProjectItemsEvents, _dispProjectItemsEvents_Event

备注

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

继承层次结构

System.Object
  EnvDTE.ProjectItemsEventsClass

线程安全

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

另请参见

参考

ProjectItemsEventsClass 成员

EnvDTE 命名空间