开发者

Saving WorkItem - SaveFlags

开发者 https://www.devze.com 2022-12-12 04:52 出处:网络
in 2010 Beta 2 the new TFS SDK provides an overloaded method for WorkItem.Save(SaveFlags). SaveFlags is an enum with only 2 values: None and MergeLinks.Does anybody know what the MergeLinks option act

in 2010 Beta 2 the new TFS SDK provides an overloaded method for WorkItem.Save(SaveFlags). SaveFlags is an enum with only 2 values: None and MergeLinks. Does anybody know what the MergeLinks option actually does? Can'开发者_C百科t find it anywhere... Thanks in advance.


From MSDN article(http://msdn.microsoft.com/en-us/library/ff734890.aspx), it removes the errors of adding/removing links that have already been added/removed.

0

精彩评论

暂无评论...
验证码 换一张
取 消