This documentation is archived and is not being maintained.
InformationNodeConverters::AddAssociatedChangesets Method (IBuildDetail, array<Changeset>)
Visual Studio 2013
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.
- 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.
Show: