what is Visual Studio 2010 Shell?

一曲冷凌霜 提交于 2019-12-05 01:39:59

Visual Studio Shell is a base for developing some parts of IDEs. If you want, you can use it to create your own programming environment instead of starting from the zero.

All Visual Studio (C#, C++, VB.Net, Web), shares some of the shell functions, implementing the environment specific on each one, and configuring bunch of parameters on the shell.

Some 3rd party uses Visual Studio Shell too, like Atmel Studio.

More about: http://msdn.microsoft.com/en-us/library/vstudio/bb685612.aspx


Note: I don't think you will open any project in the shell itself, it will open under the correct implemented IDE troght a selector application and its registered IDEs.

Couldn't explain it better than Diego could. I would like to add that to open projects you'll also need visual studio (and the correct shell) installed. The shell just adds some additional tooling etc...

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