共用方式為


ProjectItemsEvents 介面

專案衍生其特定項目的事件介面時所使用的基底介面。 使用這個物件的功能;如需物件的說明,請參考 ProjectItemsEventsClass

命名空間:  EnvDTE
組件:  EnvDTE (在 EnvDTE.dll 中)

語法

'宣告
<GuidAttribute("22800963-2811-410D-BF87-A7808EAC977D")> _
Public Interface ProjectItemsEvents _
    Inherits _ProjectItemsEvents, _dispProjectItemsEvents_Event
[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
[<GuidAttribute("22800963-2811-410D-BF87-A7808EAC977D")>]
type ProjectItemsEvents =  
    interface 
        interface _ProjectItemsEvents 
        interface _dispProjectItemsEvents_Event 
    end
public interface ProjectItemsEvents extends _ProjectItemsEvents, _dispProjectItemsEvents_Event

ProjectItemsEvents 類型會公開下列成員。

方法

  名稱 描述
公用方法 add_ItemAdded 基礎架構。 僅限 Microsoft 內部使用。 (繼承自 _dispProjectItemsEvents_Event)。
公用方法 add_ItemRemoved 基礎架構。 僅限 Microsoft 內部使用。 (繼承自 _dispProjectItemsEvents_Event)。
公用方法 add_ItemRenamed 基礎架構。 僅限 Microsoft 內部使用。 (繼承自 _dispProjectItemsEvents_Event)。
公用方法 remove_ItemAdded 基礎架構。 僅限 Microsoft 內部使用。 (繼承自 _dispProjectItemsEvents_Event)。
公用方法 remove_ItemRemoved 基礎架構。 僅限 Microsoft 內部使用。 (繼承自 _dispProjectItemsEvents_Event)。
公用方法 remove_ItemRenamed 基礎架構。 僅限 Microsoft 內部使用。 (繼承自 _dispProjectItemsEvents_Event)。

回頁首

事件

  名稱 描述
公用事件 ItemAdded 基礎架構。 僅限 Microsoft 內部使用。 (繼承自 _dispProjectItemsEvents_Event)。
公用事件 ItemRemoved 基礎架構。 僅限 Microsoft 內部使用。 (繼承自 _dispProjectItemsEvents_Event)。
公用事件 ItemRenamed 基礎架構。 僅限 Microsoft 內部使用。 (繼承自 _dispProjectItemsEvents_Event)。

回頁首

備註

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

請參閱

參考

EnvDTE 命名空間