Search code examples
visual-studio-2010tfs-sdk

view Changeset details by tfs sdk?


i will click changeset Details

view changeset deatils

and can i use sdk to popup this window???

enter image description here


Solution

  • You can do it via command line as follows: tf changeset 13684

    I am not aware of a direct way to get the same kind of thing via SDK, but, if you have to do with code, you can always wrap the console-call.