This documentation is archived and is not being maintained.
WorkItemStore.GetWorkItem Method
Visual Studio 2005
Returns a WorkItem from the Team Foundation server.
| Name | Description |
|---|---|
| WorkItemStore.GetWorkItem (Int32) | Returns the WorkItem specified by the ID. |
| WorkItemStore.GetWorkItem (Uri) | Returns the WorkItem that has the specified Team Foundation Server URI. |
| WorkItemStore.GetWorkItem (Int32, DateTime) | Returns the WorkItem revision that has the specified ID and that was revised on the specified date at the specified time. |
| WorkItemStore.GetWorkItem (Int32, Int32) | Returns the WorkItem revision that has the specified ID as of the specified revision number. |
| WorkItemStore.GetWorkItem (Uri, DateTime) | Returns the WorkItem revision that has the specified URI and that was revised on the specified date at the specified time. |
| WorkItemStore.GetWorkItem (Uri, Int32) | Returns the WorkItem revision that has the specified URI as of the specified revision number. |
Show: