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.
相关问题
- TFS API BranchObjectCreated Event does not fire
- Azure Devops - Get release definitions by agent po
- Is there a way to add tags programmatically to TFS
- How to get query names that references the particu
- TFS API - Updating a work item field
相关文章
- List Source Control Files and Folder under a given
- Authenticating to hosted TFS: TF30063: You are not
- How to use LIMIT keyword as using in ms sql by WIQ
- Upload a file using TFS Client APIs
- Calls to `Workspace.PendAdd` not adding items
- TFS client C# API - get all changesets of an Item
- Generate reports programmatically using the TFS AP
-
TfsConfigurationServer.GetService
WorkItemSummary
in that class is simply a scaled downWorkItem
object.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.