This documentation is archived and is not being maintained.

InformationNodeConverters::GetAssociatedChangesets Method (IBuildDetail)

Gets the associated changeset summaries from the specified build.

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

public:
static List<IChangesetSummary^>^ GetAssociatedChangesets(
	IBuildDetail^ build
)

Parameters

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

The build from which the changeset summaries will be retrieved.

Return Value

Type: System.Collections.Generic::List<IChangesetSummary>
The associated changeset summaries from the specified build.

Show: