This documentation is archived and is not being maintained.
WorkItemStore::GetWorkItem Method (Int32)
Visual Studio 2013
Gets the work item that has the specified ID.
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.
Return Value
Type: Microsoft.TeamFoundation.WorkItemTracking.Client::WorkItemThe work item that has the specified ID.
| Exception | Condition |
|---|---|
| ArgumentNullException | The id 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: