This documentation is archived and is not being maintained.

WorkItemStore.GetWorkItem Method (Int32, Int32)

Gets the previous state of a work item that is specified by ID and revision number.

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

'Declaration
Public Function GetWorkItem ( _
	id As Integer, _
	revision As Integer _
) As WorkItem

Parameters

id
Type: System.Int32

The work item ID.

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: