This documentation is archived and is not being maintained.

InformationNodeConverters::GetChangesetsInfo Method

Gets several changesets from the build

Namespace:  Microsoft.TeamFoundation.Build.Client
Assembly:  Microsoft.TeamFoundation.Build.Client (in Microsoft.TeamFoundation.Build.Client.dll)

public:
static bool GetChangesetsInfo(
	IBuildInformation^ buildInformation, 
	[OutAttribute] int% successful, 
	[OutAttribute] int% failed
)

Parameters

buildInformation
Type: Microsoft.TeamFoundation.Build.Client::IBuildInformation
successful
Type: System::Int32%
failed
Type: System::Int32%

Return Value

Type: System::Boolean

Show: