Associates summaries of changesets with a build.
Namespace:  Microsoft.TeamFoundation.Build.Client
Assembly:  Microsoft.TeamFoundation.Build.Client (in Microsoft.TeamFoundation.Build.Client.dll)
Syntax
声明
Public Shared Function AddAssociatedChangesets ( _
    build As IBuildDetail, _
    changesets As Changeset() _
) As List(Of IChangesetSummary)
public static List<IChangesetSummary> AddAssociatedChangesets(
    IBuildDetail build,
    Changeset[] changesets
)
public:
static List<IChangesetSummary^>^ AddAssociatedChangesets(
    IBuildDetail^ build, 
    array<Changeset^>^ changesets
)
static member AddAssociatedChangesets : 
        build:IBuildDetail * 
        changesets:Changeset[] -> List<IChangesetSummary> 
public static function AddAssociatedChangesets(
    build : IBuildDetail, 
    changesets : Changeset[]
) : List<IChangesetSummary>
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.
.NET Framework Security
- 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.
See Also
Reference
InformationNodeConverters Class