This documentation is archived and is not being maintained.

WorkItemStore::GetWorkItem Method (Uri, Int32)

Gets the work item state from a specific revision for viewing.

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

public:
WorkItem^ GetWorkItem(
	Uri^ uri, 
	int revision
)

Parameters

uri
Type: System::Uri

The URI of the work item.

revision
Type: System::Int32

The work item revision number.

Return Value

Type: Microsoft.TeamFoundation.WorkItemTracking.Client::WorkItem
The work item state from a specific revision.

ExceptionCondition
ArgumentNullException

At least one parameter was null.

The work item is read-only unless the work item that is returned is the latest revision.

Show: