Work Item Interface Sample
The Work Item Interface sample includes one project. It demonstrates:
How to build console applications to work with WorkItems without invoking the Visual Studio IDE.
How to simulate part of the Visual Studio IDE.
To build all the projects
In the Sample Browser, right click C# Example.WorkItemExplorer, and choose Open in VS.
For any missing references, manually re-add a reference to these .dlls in the Common7\IDE\PrivateAssemblies folder of your Visual Studio install path.
Microsoft.TeamFoundation.Client
Microsoft.TeamFoundation.WorkItemTracking.Client
Press F5 to build and run the sample.
At the dialog box, enter the friendly name or URI of a Team Foundation Server.
Requirements
You need to install these items before you can do your work.
Team Foundation Server installation and the name of the server
A computer with Visual Studio installed
A computer with Team Explorer installed
Demonstrates
This demonstrates how to write both the console-based and Windows-based access to Visual Studio Team Foundation Server.