This documentation is archived and is not being maintained.
InformationNodeConverters::AddOpenedWorkItems Method (IBuildDetail, array<WorkItem>)
Visual Studio 2013
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)
public: static List<IWorkItemSummary^>^ AddOpenedWorkItems( IBuildDetail^ build, array<WorkItem^>^ workItems )
Parameters
- build
- Type: Microsoft.TeamFoundation.Build.Client::IBuildDetail
The build to which the opened work items will be added.
- workItems
- Type: array<Microsoft.TeamFoundation.WorkItemTracking.Client::WorkItem>
The opened work items to be associated with the build.
Return Value
Type: System.Collections.Generic::List<IWorkItemSummary>The associated opened work item summaries.
- 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.
Show: