Reputation: 10396
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.
Upvotes: 18
Views: 7371
Reputation: 65476
WorkItemSummary
in that class is simply a scaled down WorkItem
object.Upvotes: 9
Reputation: 25815
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.
Upvotes: 12