ProjectItemsEvents 接口

更新:2007 年 11 月

基接口,项目从该接口派生它们的特定项目项的事件接口。使用此对象实现功能,并为此对象的文档引用 ProjectItemsEventsClass

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

语法

声明
<GuidAttribute("22800963-2811-410D-BF87-A7808EAC977D")> _
Public Interface ProjectItemsEvents _
    Implements _ProjectItemsEvents, _dispProjectItemsEvents_Event
用法
Dim instance As ProjectItemsEvents
[GuidAttribute("22800963-2811-410D-BF87-A7808EAC977D")]
public interface ProjectItemsEvents : _ProjectItemsEvents, 
    _dispProjectItemsEvents_Event
[GuidAttribute(L"22800963-2811-410D-BF87-A7808EAC977D")]
public interface class ProjectItemsEvents : _ProjectItemsEvents, 
    _dispProjectItemsEvents_Event
public interface ProjectItemsEvents extends _ProjectItemsEvents, _dispProjectItemsEvents_Event

备注

ProjectItemsEvents 的派生由分配项目自动化模型的 Visual Studio 中的每种项目类型提供。名称反映项目类型(如 VBProjectItemsEvents)。这些语言特定的对象(基于 ProjectItemsEvents)用作公共事件的源。

另请参见

参考

ProjectItemsEvents 成员

EnvDTE 命名空间