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 | |
---|---|---|
![]() |
GetWorkItem(Int32) | Gets the work item that has the specified ID. |
![]() |
GetWorkItem(Uri) | Gets the work item at the specified URI. |
![]() |
GetWorkItem(Int32, DateTime) | Gets the previous state of a work item that is specified by ID and date. |
![]() |
GetWorkItem(Int32, Int32) | Gets the previous state of a work item that is specified by ID and revision number. |
![]() |
GetWorkItem(Uri, DateTime) | Gets the work item state from a specific time for viewing. |
![]() |
GetWorkItem(Uri, Int32) | Gets the work item state from a specific revision for viewing. |
Top