Learn about the Visual Studio automation model that consists of a set of objects against which you can write a Visual Studio add-in or extension. The automation model consists of a set of objects ...
The new VisualStudio.Extensibilty model allows extensions to be run outside the main Visual Studio process in a separate .NET host process. Because .NET is used as the runtime to execute ...