InformationNodeConverters.GetAssociatedChangesets Method (IBuildInformation)
Get the associated changeset summaries from the specified build information object.
Namespace: Microsoft.TeamFoundation.Build.Client
Assembly: Microsoft.TeamFoundation.Build.Client (in Microsoft.TeamFoundation.Build.Client.dll)
Syntax
'Declaração
Public Shared Function GetAssociatedChangesets ( _
buildInformation As IBuildInformation _
) As List(Of IChangesetSummary)
public static List<IChangesetSummary> GetAssociatedChangesets(
IBuildInformation buildInformation
)
public:
static List<IChangesetSummary^>^ GetAssociatedChangesets(
IBuildInformation^ buildInformation
)
static member GetAssociatedChangesets :
buildInformation:IBuildInformation -> List<IChangesetSummary>
public static function GetAssociatedChangesets(
buildInformation : IBuildInformation
) : List<IChangesetSummary>
Parameters
- buildInformation
Type: Microsoft.TeamFoundation.Build.Client.IBuildInformation
The build information object 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