WorkItemStore.GetWorkItem Method

Include Protected Members
Include Inherited Members

Gets the specified WorkItem from the server.

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

Overload List

  Name Description
Public method GetWorkItem(Int32) Gets the work item that has the specified ID.
Public method GetWorkItem(Uri) Gets the work item at the specified URI.
Public method GetWorkItem(Int32, DateTime) Gets the previous state of a work item that is specified by ID and date.
Public method GetWorkItem(Int32, Int32) Gets the previous state of a work item that is specified by ID and revision number.
Public method GetWorkItem(Uri, DateTime) Gets the work item state from a specific time for viewing.
Public method GetWorkItem(Uri, Int32) Gets the work item state from a specific revision for viewing.

Top

See Also

Reference

WorkItemStore Class

Microsoft.TeamFoundation.WorkItemTracking.Client Namespace