First example of TFS two-time development

Source: Internet
Author: User

First, we need to recognize the two classes of TFS two-time acquisition objects.

They are tfsconfigurationserver and tfsteamprojectcollection, and their difference is that they can get different TFS API service classes. Their differences are as follows:

Basically, we can operate all the function points on TFS through the above two classes. Let's take a look at how to use tfsteamprojectcollection to get all the items under a specific team collection and print out the project name.

Remove the

project name under the Team collection Uri and, if the team collection is empty, take the default set item
            //uri Tfsuri = new Uri ("Http://pc-20130113jkun:8080/tfs/Calueng"); This will calueng the

team set under the project
            uri Tfsuri = new Uri ("Http://pc-20130113jkun:8080/tfs");
            Tfsteamprojectcollection Server = new Tfsteamprojectcollection (Tfsuri);
            WorkItemStore workstore = server. Getservice<workitemstore> ();
            foreach (Project project in Workstore. Projects)
            {
                Console.WriteLine ("Defaultcollection Collection) The project name is:" + project. Name);
            Console.WriteLine ("---------------------------------------------------------------");

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.