This documentation is archived and is not being maintained.

InformationNodeConverters::AddAssociatedChangesets Method (IBuildDetail, array<Changeset>)

Associates summaries of changesets with a build.

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

public:
static List<IChangesetSummary^>^ AddAssociatedChangesets(
	IBuildDetail^ build, 
	array<Changeset^>^ changesets
)

Parameters

build
Type: Microsoft.TeamFoundation.Build.Client::IBuildDetail

The build.

changesets
Type: array<Microsoft.TeamFoundation.VersionControl.Client::Changeset>

The array of changesets to be associated.

Return Value

Type: System.Collections.Generic::List<IChangesetSummary>
The list of changeset summaries that are now associated with the specified build information.

Show: