This documentation is archived and is not being maintained.

InformationNodeConverters::GetOpenedWorkItems Method (IBuildDetail)

Gets the associated opened work item summaries for the specified build.

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

public:
static List<IWorkItemSummary^>^ GetOpenedWorkItems(
	IBuildDetail^ build
)

Parameters

build
Type: Microsoft.TeamFoundation.Build.Client::IBuildDetail

The build from which the opened work items will be retrieved.

Return Value

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

Show: