This documentation is archived and is not being maintained.

InformationNodeConverters::GetAssociatedWorkItems Method (IBuildInformation)

Gets the associated work item summaries from the specified build information object.

Namespace:  Microsoft.TeamFoundation.Build.Client
Assembly:  Microsoft.TeamFoundation.Build.Client (in Microsoft.TeamFoundation.Build.Client.dll)

public:
static List<IWorkItemSummary^>^ GetAssociatedWorkItems(
	IBuildInformation^ buildInformation
)

Parameters

buildInformation
Type: Microsoft.TeamFoundation.Build.Client::IBuildInformation

The build information object from which the work item summaries will be retrieved.

Return Value

Type: System.Collections.Generic::List<IWorkItemSummary>
The associated work item summaries.

Show: