TFS 2010 API 资源
有人有使用 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
请参阅 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.
WorkItemSummary
只是一个按比例缩小的WorkItem
对象。WorkItemSummary
in that class is simply a scaled downWorkItem
object.