Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我如何才能将超链接(不是指向另一个工作项的链接)添加到 TFS 中的工作项(使用 API)?
Hyperlink hl = new Hyperlink("http://microsoft.com"); hl.Comment = "Microsoft"; workItem.Links.Add(hl);
参考