This documentation is archived and is not being maintained.

WorkItemStore.DestroyWorkItems Method

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.

ExceptionCondition
ArgumentNullException

The ids parameter was null.

Show: