This documentation is archived and is not being maintained.
WorkItemStore::GetWorkItem Method (Uri, DateTime)
Visual Studio 2013
Gets the work item state from a specific time for viewing.
Namespace: Microsoft.TeamFoundation.WorkItemTracking.Client
Assembly: Microsoft.TeamFoundation.WorkItemTracking.Client (in Microsoft.TeamFoundation.WorkItemTracking.Client.dll)
Parameters
- uri
- Type: System::Uri
The URI of the work item.
- 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: