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 名前空間