This documentation is archived and is not being maintained.
WorkItemStore.GetWorkItem Method
Visual Studio 2008
Returns a WorkItem from the Team Foundation server.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
GetWorkItem(Int32) | Returns the WorkItem specified by the ID. |
|
GetWorkItem(Uri) | Returns the WorkItem that has the specified Team Foundation Server URI. |
|
GetWorkItem(Int32, DateTime) | Returns the WorkItem revision that has the specified ID and that was revised on the specified date at the specified time. |
|
GetWorkItem(Int32, Int32) | Returns the WorkItem revision that has the specified ID as of the specified revision number. |
|
GetWorkItem(Uri, DateTime) | Returns the WorkItem revision that has the specified URI and that was revised on the specified date at the specified time. |
|
GetWorkItem(Uri, Int32) | Returns the WorkItem revision that has the specified URI as of the specified revision number. |
Show: