tfs-sdk
How do I find how much space TFS is using
I\'m tring to find out how much space TFS is using.Is there a simple check free space command on TFS?[详细]
2023-03-18 23:09 分类:问答workspace.PendAdd() exact syntax?
I am unable to add a new file using tfs sdk: int a = workspace.PendAdd(path,recursive ); What is this argument \"Path\"? p开发者_高级运维ath of file where to add or from where to add?[详细]
2023-03-16 02:16 分类:问答How to create a test run and result using the Team Foundation Server API?
I have found several samples about retrieving test results using the TFS API, but no documentation on creating results programmatically. My aim is to create a lightweight alternative to using Microsof[详细]
2023-03-16 01:57 分类:问答How do I programatically lookup code churn info for individual files within a changeset in TFS 2010?
I need to be able to programatically lookup code churn info (lines added, changed, deleted) for individual files within a changeset in TFS 2010.The program that I need to do开发者_运维技巧 this is in[详细]
2023-03-14 17:17 分类:问答Modifying permissions on files/items in version control using TFS API
Using the TFS API, I need to change permissions on a specified file/item in version control.I need to edit permissions for a particular user or for all users.[详细]
2023-03-12 17:55 分类:问答TFS SDK - Getting the network credential prompt
I am trying to get the network prompt so that user can provide the credentials. I saw this and I开发者_Python百科t does not help. Could somebody provide a more complete example?[详细]
2023-03-09 11:53 分类:问答Custom Check in policy in TFS?
We have some xml files in the our pro开发者_C百科ject and whenever we check-in these xml files into TFS, We have make sure before checking-in that we have added those xml files to proprietary applicat[详细]
2023-03-08 09:35 分类:问答How do I get a list of connected TFS projects in Visual Studio?
Using the Visual Studio 2010 and TFS 2010 SDK, I want to get the list of projects in the current collection that the user has selected.[详细]
2023-03-02 09:22 分类:问答Get the history "text" of a past work item edit
Say I make a work item in TFS.Then I make a change and update the text in the History tab (then save).[详细]
2023-02-27 22:08 分类:问答TFS API InformationNodeConverters.GetAssociatedChangesets() not working as expected
I think I may have misunderstood the purpose of this function, but here\'s my problem. When I look in the build summary, I see that a build ran successfully, and it tells me:[详细]
2023-02-19 14:30 分类:问答