次の方法で共有


BuildDependencies インターフェイス

指定したプロジェクトが依存するすべてのプロジェクトを表します。

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

構文

'宣言
<GuidAttribute("EAD260EB-1E5B-450A-B628-4CFADA11B4A1")> _
Public Interface BuildDependencies _
    Inherits IEnumerable
[GuidAttribute("EAD260EB-1E5B-450A-B628-4CFADA11B4A1")]
public interface BuildDependencies : IEnumerable
[GuidAttribute(L"EAD260EB-1E5B-450A-B628-4CFADA11B4A1")]
public interface class BuildDependencies : IEnumerable
[<GuidAttribute("EAD260EB-1E5B-450A-B628-4CFADA11B4A1")>]
type BuildDependencies =  
    interface
        interface IEnumerable
    end
public interface BuildDependencies extends IEnumerable

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

プロパティ

  名前 説明
パブリック プロパティ Count BuildDependencies コレクションに含まれるオブジェクトの数を示す値を返します。
パブリック プロパティ DTE トップレベルの機能拡張オブジェクトを取得します。
パブリック プロパティ Parent BuildDependencies コレクションの直接の親オブジェクトを取得します。

このページのトップへ

メソッド

  名前 説明
パブリック メソッド GetEnumerator() コレクションを反復処理する列挙子を返します。 (IEnumerable から継承されます。)
パブリック メソッド GetEnumerator() コレクション内の項目の列挙子を取得します。
パブリック メソッド Item BuildDependencies コレクションのインデックス付きメンバーを取得します。

このページのトップへ

解説

このオブジェクトを参照するには、Solution.SolutionBuild.BuildDependencies.Item を使用します。

参照

参照

EnvDTE 名前空間