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.
(APIを使用して)TFSの作業項目にハイパーリンク(別の作業項目へのリンクではない)を追加するにはどうすればよいですか?
Hyperlink hl = new Hyperlink("http://microsoft.com"); hl.Comment = "Microsoft"; workItem.Links.Add(hl);
参照