This documentation is archived and is not being maintained.
WorkItemStore.DestroyWorkItems Method
Visual Studio 2013
Destroys work items that have the specified IDs.
Namespace: Microsoft.TeamFoundation.WorkItemTracking.Client
Assembly: Microsoft.TeamFoundation.WorkItemTracking.Client (in Microsoft.TeamFoundation.WorkItemTracking.Client.dll)
'Declaration Public Function DestroyWorkItems ( _ ids As IEnumerable(Of Integer) _ ) As IEnumerable(Of WorkItemOperationError)
Parameters
- ids
- Type: System.Collections.Generic.IEnumerable(Of Int32)
An enumerable collection of work item IDs that are associated with the work items to destroy.
Return Value
Type: System.Collections.Generic.IEnumerable(Of WorkItemOperationError)An enumerable collection of errors that occurred during the destroy operation.
| Exception | Condition |
|---|---|
| ArgumentNullException | The ids parameter was null. |
- 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: