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
build
Type: Microsoft.TeamFoundation.Build.Client.IBuildDetailThe 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.
.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