国产探花免费观看_亚洲丰满少妇自慰呻吟_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ā)表
主站蜘蛛池模板: 万源市| 托克托县| 碌曲县| 凌源市| 齐河县| 广丰县| 临猗县| 开原市| 简阳市| 江川县| 库尔勒市| 临江市| 宣威市| 始兴县| 岱山县| 阳原县| 长武县| 宜都市| 游戏| 洪雅县| 松潘县| 云龙县| 司法| 宁阳县| 中方县| 新邵县| 金川县| 扶沟县| 永春县| 湘乡市| 长沙县| 扬州市| 治多县| 南汇区| 新田县| 疏勒县| 西城区| 察隅县| 河西区| 蒲城县| 社旗县|