共用方式為


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

備註

Visual Studio 中的每一種專案類型都會從 ProjectItemsEvents 衍伸出一個類別,協助組成專案的 Automation 模型。該類別的名稱會反映出專案的類型,例如 VBProjectItemsEvents。由 ProjectItemsEvents 衍伸出來的這些語言特定物件,便是一般事件的來源。

請參閱

參考

ProjectItemsEvents 成員

EnvDTE 命名空間