次の方法で共有


VSProjectEvents2 インターフェイス

VSProjectEvents クラスを拡張します。 新しいクラスを使用して、特定の Web 参照イベントにアクセスできます。

名前空間:  VSLangProj80
アセンブリ:  VSLangProj80 (VSLangProj80.dll 内)

構文

'宣言
<GuidAttribute("6DCBC5A7-37BF-461C-958F-A81DA10D242E")> _
Public Interface VSProjectEvents2 _
    Inherits VSProjectEvents
[GuidAttribute("6DCBC5A7-37BF-461C-958F-A81DA10D242E")]
public interface VSProjectEvents2 : VSProjectEvents
[GuidAttribute(L"6DCBC5A7-37BF-461C-958F-A81DA10D242E")]
public interface class VSProjectEvents2 : VSProjectEvents
[<GuidAttribute("6DCBC5A7-37BF-461C-958F-A81DA10D242E")>]
type VSProjectEvents2 =  
    interface
        interface VSProjectEvents
    end
public interface VSProjectEvents2 extends VSProjectEvents

VSProjectEvents2 型で公開されるメンバーは以下のとおりです。

プロパティ

  名前 説明
パブリック プロパティ BuildManagerEvents (VSProjectEvents から継承されます。)
パブリック プロパティ BuildManagerEvents BuildManager イベントへのアクセスを可能にする BuildManagerEvents オブジェクトを取得します。
パブリック プロパティ ImportsEvents (VSProjectEvents から継承されます。)
パブリック プロパティ ImportsEvents Imports オブジェクトのイベントへのアクセスを可能にする ImportsEvents オブジェクトを取得します。
パブリック プロパティ ReferencesEvents (VSProjectEvents から継承されます。)
パブリック プロパティ ReferencesEvents References コレクションのイベントへのアクセスを可能にする ReferencesEvents オブジェクトを取得します。
パブリック プロパティ VSLangProjWebReferencesEvents Web 参照イベントへのアクセスを可能にする VSLangProjWebReferencesEvents オブジェクトを取得します。

このページのトップへ

解説

このオブジェクトは、Visual BasicVisual C#または Visual J# のプロジェクトの Web 参照イベントへのプログラムによるアクセスを提供します。

Events」を参照してください。

参照

参照

VSLangProj80 名前空間

VSProjectEvents