This documentation is archived and is not being maintained.
WorkItemStore.BatchSave Method (WorkItem())
Visual Studio 2013
Commits multiple items in a branch and returns a list of errors if one or more items fail.
Namespace: Microsoft.TeamFoundation.WorkItemTracking.Client
Assembly: Microsoft.TeamFoundation.WorkItemTracking.Client (in Microsoft.TeamFoundation.WorkItemTracking.Client.dll)
'Declaration Public Function BatchSave ( _ workitems As WorkItem() _ ) As BatchSaveError()
Parameters
- workitems
- Type: Microsoft.TeamFoundation.WorkItemTracking.Client.WorkItem()
An array of work items to commit.
Return Value
Type: Microsoft.TeamFoundation.WorkItemTracking.Client.BatchSaveError()An array of errors that result from the save.
- 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: