Share via


[Sample Of Feb 5th] How to display the Team Foundation Server hierarchical source items in a tree structure

 

Homepage image
RSS Feed

Sample Download : https://code.msdn.microsoft.com/CSWinformTFSTreeView-5663730a

This article and the attached code sample demonstrate how to display the Team Foundation Server hierarchical source items in a tree structure outside Visual Studio Team Explorer.  You can find the answers for all the following questions in the code sample:

 

  • How to make connection with Team Foundation Server?
  • How to get one level Team Foundation Server Version Control Items?
  • How to create the TreeView.BeforeExpand event handler and generate the TreeNode based on the hierarchy of Team Foundation Version Control Server?

 

 

imageYou can find more code samples that demonstrate the most typical programming scenarios by using Microsoft All-In-One Code Framework Sample Browser or Sample Browser Visual Studio extension. They give you the flexibility to search samples, download samples on demand, manage the downloaded samples in a centralized place, and automatically be notified about sample updates. If it is the first time that you hear about Microsoft All-In-One Code Framework, please watch the introduction video on Microsoft Showcase, or read the introduction on our homepage https://1code.codeplex.com/.