DCSIMG
work Items API - Eran Ruso
Sign in | Join | Help

Browse by Tags

How To Show A Work Item From Custom Control Using API In TFS
05 August 09 07:02 AM | Eran Ruso | with no comments
Yesterday I have created a Custom Control that one of its features is to open a work item for the user to modify. Since it took me some time to understand how to do it I have decided to post a reference for how to do it in an easy way. Here is an example of how to do it: using Microsoft.TeamFoundation.WorkItemTracking.Client; using Microsoft.TeamFoundation.WorkItemTracking.Controls; using Microsoft.TeamFoundation.Client; using Microsoft.VisualStudio.TeamFoundation.WorkItemTracking; private void ShowWorkItem...