InformationNodeConverters.GetChangesetsInfo メソッド
ビルドから複数の変更セットを取得します
名前空間: Microsoft.TeamFoundation.Build.Client
アセンブリ: Microsoft.TeamFoundation.Build.Client (Microsoft.TeamFoundation.Build.Client.dll 内)
構文
'宣言
Public Shared Function GetChangesetsInfo ( _
buildInformation As IBuildInformation, _
<OutAttribute> ByRef successful As Integer, _
<OutAttribute> ByRef failed As Integer _
) As Boolean
public static bool GetChangesetsInfo(
IBuildInformation buildInformation,
out int successful,
out int failed
)
パラメーター
- buildInformation
型 : Microsoft.TeamFoundation.Build.Client.IBuildInformation
- successful
型 : System.Int32%
- failed
型 : System.Int32%
戻り値
型 : System.Boolean
.NET Framework セキュリティ
- 直前の呼び出し元に対する完全な信頼。このメンバーは、部分的に信頼されているコードから使用することはできません。詳細については、「部分信頼コードからのライブラリの使用」を参照してください。