This documentation is archived and is not being maintained.

WorkItemStore::GetWorkItem Method (Uri)

Gets the work item at the specified URI.

Namespace:  Microsoft.TeamFoundation.WorkItemTracking.Client
Assembly:  Microsoft.TeamFoundation.WorkItemTracking.Client (in Microsoft.TeamFoundation.WorkItemTracking.Client.dll)

public:
WorkItem^ GetWorkItem(
	Uri^ uri
)

Parameters

uri
Type: System::Uri

The URI of the work item.

Return Value

Type: Microsoft.TeamFoundation.WorkItemTracking.Client::WorkItem
The work item at the specified URI.

ExceptionCondition
ArgumentNullException

The uri parameter was null.

Show: