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)
public: IEnumerable<WorkItemOperationError^>^ DestroyWorkItems( IEnumerable<int>^ ids )
Parameters
- ids
- Type: System.Collections.Generic::IEnumerable<Int32>
An enumerable collection of work item IDs that are associated with the work items to destroy.
Return Value
Type: System.Collections.Generic::IEnumerable<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: