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.
Asked
Active
Viewed 229 times
0

csharpwinphonexaml
- 3,659
- 10
- 32
- 63
1 Answers
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.

Martijn van Put
- 3,293
- 18
- 17
-
I wanted to get the **Current** Workspace and Current TeamProjects without asking the user another login/authentication to TFS. – csharpwinphonexaml Apr 21 '14 at 07:59
-
Take a look at the second link about current context usage. Hope it helps – Martijn van Put Apr 21 '14 at 08:01
-
I will try that and let you know – csharpwinphonexaml Apr 21 '14 at 08:04