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