Show Visual Studio's Source Control Merge Wizard programmatically

Posted by Mike on Stack Overflow See other posts from Stack Overflow or by Mike
Published on 2010-05-11T11:52:04Z Indexed on 2010/05/11 11:54 UTC
Read the original article Hit count: 332

Hi, I'm developing a Work item Custom Control and I need to use the standard VS's Merge Wizard for items in source control from my code to allow to user choose the target branch, resolve conflicts etc. I'm pretty sure it's possible in some way (even through the reflection), but I just can't find the proper class in any of VS client assemblies (Microsoft.TeamFoundation.VersionControl.Controls.dll, Microsoft.TeamFoundation.VersionControl.Client.dll). Any help will be appreciated. Best regards, Mike

© Stack Overflow or respective owner

Related posts about visual-studio

Related posts about source-control