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)

Syntax

'Declaration
Public Shared Function GetAssociatedChangesets ( _
    build As IBuildDetail _
) As List(Of IChangesetSummary)
public static List<IChangesetSummary> GetAssociatedChangesets(
    IBuildDetail build
)
public:
static List<IChangesetSummary^>^ GetAssociatedChangesets(
    IBuildDetail^ build
)
static member GetAssociatedChangesets : 
        build:IBuildDetail -> List<IChangesetSummary> 
public static function GetAssociatedChangesets(
    build : IBuildDetail
) : List<IChangesetSummary>

Parameters

Return Value

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

.NET Framework Security

See Also

Reference

InformationNodeConverters Class

GetAssociatedChangesets Overload

Microsoft.TeamFoundation.Build.Client Namespace