国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁(yè) > 學(xué)院 > 開(kāi)發(fā)設(shè)計(jì) > 正文

TFS二次開(kāi)發(fā)11——標(biāo)簽(Label)

2019-11-17 03:17:27
字體:
來(lái)源:轉(zhuǎn)載
供稿:網(wǎng)友

TFS二次開(kāi)發(fā)11——標(biāo)簽(Label)

Posted on 2014-03-15 17:28 祥叔 閱讀(...) 評(píng)論(...) 編輯 收藏

下圖是在VS2010里創(chuàng)建Label的界面

可以看出創(chuàng)建Label 需要如下參數(shù):Name、Comment、Path、Version 。下面是代碼實(shí)現(xiàn):

using Microsoft.TeamFoundation.Client;using Microsoft.TeamFoundation.VersionControl.Client;string tpcURL = "http://127.0.0.1:8080/";TfsTeamPRojectCollection tpc = new TfsTeamProjectCollection(new Uri(tpcURL));VersionControlServer versionControl = tpc.GetService(typeof(VersionControlServer)) as VersionControlServer;//創(chuàng)建標(biāo)簽string labelName = "標(biāo)簽名稱";string labelComment = "標(biāo)簽評(píng)論";string path = "$/CRM/Branches/WeiMovie";VersionSpec version = VersionSpec.Latest;var versionControlLabel = new VersionControlLabel(versionControl, labelName, versionControl.AuthorizedUser, path, labelComment);//Represents one or more files or folders on the local machine or in the repository.var itemSpec = new ItemSpec(path, RecursionType.Full);var labelItemSpec = new LabelItemSpec[1];labelItemSpec[0] = new LabelItemSpec(itemSpec, version, false);var lb = versionControl.CreateLabel(versionControlLabel, labelItemSpec, LabelChildOption.Merge);//查詢標(biāo)簽VersionControlLabel[] lbls = versionControl.QueryLabels(null, null, null, true);//查詢?nèi)繕?biāo)簽//VersionControlLabel[] lbls = version.QueryLabels(null, null, null, false, path, VersionSpec.Latest);// 查詢指定路徑的標(biāo)簽//刪除標(biāo)簽versionControl.DeleteLabel(lbls[0].Name, lbls[0].Scope); 


發(fā)表評(píng)論 共有條評(píng)論
用戶名: 密碼:
驗(yàn)證碼: 匿名發(fā)表
主站蜘蛛池模板: 蓬莱市| 盱眙县| 建阳市| 雷州市| 玉溪市| 大姚县| 崇仁县| 板桥市| 通州市| 屯昌县| 宜良县| 喀什市| 鄯善县| 阿克苏市| 沁源县| 石泉县| 萝北县| 开阳县| 紫金县| 赤城县| 普兰店市| 武隆县| 江安县| 台南市| 嘉峪关市| 临江市| 弥渡县| 衢州市| 巴东县| 新建县| 尚义县| 鄂州市| 饶阳县| 伊宁县| 内江市| 肃南| 册亨县| 侯马市| 措勤县| 龙陵县| 丰城市|