TFS 2010 API 资源

发布于 2024-08-15 20:09:44 字数 54 浏览 2 评论 0原文

有人有使用 TFS 2010 API 的好资源吗?我专门研究如何创建、读取、更新和删除工作项。

Does anyone have any good resources for working with the TFS 2010 API? I specifically looking at how to create, read, update and delete work items.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

轻许诺言 2024-08-22 20:09:44

请参阅 MSDN 代码库上的 Team Foundation Server 2010 SDK。 RTM 版本将推出更多内容,但您应该可以在那里找到足够的内容来帮助您入门。如果您有任何疑问,请与我联系

Please see the Team Foundation Server 2010 SDK on MSDN Code Gallery. More content will be coming on-line for the RTM release, but you should find enough there to get you started. Contact me know if you have any questions.

一杆小烟枪 2024-08-22 20:09:44
  • Shai Ratan 的博客拥有巨大的财富的例子。它们是 2008 年的,但 99% 仍然相关。
  • www.tfsexamples.com 有 2008 年的示例,但仍然相关
  • WorkItemManager 类 来自我当前正在处理的名为 Spruce,它是 TFS 工作项的 ASP.NET MVC 3 前端。该课程说明了您需要的大部分内容,但没有删除示例。该类中的 WorkItemSummary 只是一个按比例缩小的 WorkItem 对象。
  • 来自 BacklogItemHandler codeplex 上的 rel="noreferrer">Scrum Dashboard 项目 也有很多关于如何使用 API 的好示例。
  • Shai Ratan's blog has a huge wealth of examples. They're 2008 but 99% still relevant.
  • www.tfsexamples.com has 2008 examples, but still relevant
  • WorkItemManager class from a TFS OS project I'm currently working on called Spruce, which is ASP.NET MVC 3 front end for TFS workitems. The class illustrates a large portion of what you need, although no deleting examples. WorkItemSummary in that class is simply a scaled down WorkItem object.
  • BacklogItemHandler from the Scrum Dashboard project on codeplex also has a lot of good examples of how to use the API.
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文