次の方法で共有


InformationNodeConverters.AddBuildProjectNode メソッド (IBuildInformation, String, String, String, String, DateTime, String)

指定したビルドの情報にプロジェクトが追加されます。サーバーに保存しません。

名前空間:  Microsoft.TeamFoundation.Build.Client
アセンブリ:  Microsoft.TeamFoundation.Build.Client (Microsoft.TeamFoundation.Build.Client.dll 内)

構文

'宣言
<ExtensionAttribute> _
Public Shared Function AddBuildProjectNode ( _
    buildInformation As IBuildInformation, _
    flavor As String, _
    localPath As String, _
    platform As String, _
    serverPath As String, _
    startTime As DateTime, _
    targetNames As String _
) As IBuildProjectNode
public static IBuildProjectNode AddBuildProjectNode(
    this IBuildInformation buildInformation,
    string flavor,
    string localPath,
    string platform,
    string serverPath,
    DateTime startTime,
    string targetNames
)

パラメーター

  • flavor
    型 : System.String
    フレーバー (パターン) はプロジェクトのビルド。
  • localPath
    型 : System.String
    プロジェクト ファイルのローカル パス。
  • platform
    型 : System.String
    プラットフォームは、プロジェクトのビルド。
  • serverPath
    型 : System.String
    プロジェクト ファイルのサーバー パス。
  • targetNames
    型 : System.String
    プロジェクトがビルド ターゲット。

戻り値

型 : Microsoft.TeamFoundation.Build.Client.IBuildProjectNode
プロジェクト ノード。

使用上の注意

Visual Basic および Visual C# では、このメソッドを、IBuildInformation 型のオブジェクトのインスタンス メソッドとして呼び出すことができます。インスタンス メソッド構文を使用してこのメソッドを呼び出す場合は、最初のパラメーターを省略します。詳細については、「拡張メソッド (Visual Basic)」または「拡張メソッド (C# プログラミング ガイド)」を参照してください。

.NET Framework セキュリティ

  • 直前の呼び出し元に対する完全な信頼。このメンバーは、部分的に信頼されているコードから使用することはできません。詳細については、「部分信頼コードからのライブラリの使用」を参照してください。

参照

関連項目

InformationNodeConverters クラス

AddBuildProjectNode オーバーロード

Microsoft.TeamFoundation.Build.Client 名前空間