This documentation is archived and is not being maintained.
WorkItemStore::GetWorkItem Method (Int32, DateTime)
Visual Studio 2013
Gets the previous state of a work item that is specified by ID and date.
Namespace: Microsoft.TeamFoundation.WorkItemTracking.Client
Assembly: Microsoft.TeamFoundation.WorkItemTracking.Client (in Microsoft.TeamFoundation.WorkItemTracking.Client.dll)
Parameters
- id
- Type: System::Int32
The work item ID.
- at
- Type: System::DateTime
The date of the desired work item state.
Return Value
Type: Microsoft.TeamFoundation.WorkItemTracking.Client::WorkItemThe work item state from a specific time.
| Exception | Condition |
|---|---|
| ArgumentNullException | At least one 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: