0

I was able to list the workspaces but i didn't find code examples on how to have information about the Source Control Team Projects.
I've looked through MSDN Documentation here but didn't succeed to get a List of Team Projects.

csharpwinphonexaml
  • 3,659
  • 10
  • 32
  • 63

1 Answers1

0

When you want to list Team Projects of Source Control you cannot use the Visual Studio SDK but you need the Team Foundation Server SDK. Take a look at the following samples to get Team Project and other information from TFS.

http://geekswithblogs.net/TarunArora/archive/2011/07/10/tfs-2010-sdk-get-projects-iterations-area-path-queries-and.aspx

http://blogs.msdn.com/b/buckh/archive/2012/01/25/how-to-get-the-tfs-objects-used-in-our-own-ui-integration.aspx

Martijn van Put
  • 3,293
  • 18
  • 17