Share via


InformationNodeConverters.AddOpenedWorkItems Method (IBuildDetail, array<WorkItem )

Adds associated opened work item summaries with the specified build. Saves to the server.

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

Syntax

'Declaration
Public Shared Function AddOpenedWorkItems ( _
    build As IBuildDetail, _
    workItems As WorkItem() _
) As List(Of IWorkItemSummary)
public static List<IWorkItemSummary> AddOpenedWorkItems(
    IBuildDetail build,
    WorkItem[] workItems
)
public:
static List<IWorkItemSummary^>^ AddOpenedWorkItems(
    IBuildDetail^ build, 
    array<WorkItem^>^ workItems
)
static member AddOpenedWorkItems : 
        build:IBuildDetail * 
        workItems:WorkItem[] -> List<IWorkItemSummary> 
public static function AddOpenedWorkItems(
    build : IBuildDetail, 
    workItems : WorkItem[]
) : List<IWorkItemSummary>

Parameters

Return Value

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

.NET Framework Security

See Also

Reference

InformationNodeConverters Class

AddOpenedWorkItems Overload

Microsoft.TeamFoundation.Build.Client Namespace