Visual Studio Shell - Creating a Custom IDE

独自空忆成欢 提交于 2020-01-01 09:28:29

问题


I know this is a very broadly scoped question, but what do I need to know to begin creating a branded, custom IDE for course-ware using the VS Shell in isolated mode. Very little useful info on this beast is available through searches, so I'm hoping for some tips and references from gurus that have been through the apparently difficult exercise of using this foundation.


回答1:


You can start over here: http://msdn.microsoft.com/en-us/vsx/default.aspx




回答2:


Here you have a basic example of how to build an isolated shell:

http://msdn.microsoft.com/en-us/library/bb685514.aspx

If you redo the walkthrough you will see how it works. Do this in combination with the examples provided with the Visual Studio SDK and you're on your way.

If you need any help, I will surely help you out.

(If you need examples for Visual Studio 2010 I can help you out aswell).



来源:https://stackoverflow.com/questions/1682179/visual-studio-shell-creating-a-custom-ide

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!