InformationNodeConverters.AddAssociatedChangesets Method (IBuildDetail, Changeset[])
Associates summaries of changesets with a build.
Assembly: Microsoft.TeamFoundation.Build.Client (in Microsoft.TeamFoundation.Build.Client.dll)
public static List<IChangesetSummary> AddAssociatedChangesets( IBuildDetail build, Changeset[] changesets )
Parameters
- build
- Type: Microsoft.TeamFoundation.Build.Client.IBuildDetail
The build.
- changesets
- Type: 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.
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.