本文介绍了如何以编程方式签出tfs解决方案并向其中添加项目?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
如何以编程方式签出TFS解决方案并向其中添加项目?
我的解决方案处于层次结构的更深层次.
我可以使用vcs.GetItem("$/..")
找到所需的解决方案,但无法从那里继续进行.
将该解决方案加载到EnvDTE.Solution2
对象中并向其中添加项目,然后通过提供本地路径保存解决方案,然后在工作区中签入不会将解决方案绑定到TFS.
请帮助我.
How to programmatically checkout TFS solution and add a project to it?
My Solution is at a deep level in hierarchy.
I am able to find required solution using vcs.GetItem("$/..")
but unable to proceed from there.
Loading of that solution into an EnvDTE.Solution2
object and adding project into it, then saving the solution by giving the local path, then checking in workspace doesn''t bind solution to the TFS.
Please help me in this.
推荐答案
这篇关于如何以编程方式签出tfs解决方案并向其中添加项目?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!