August 2010
Intermediate to advanced
1224 pages
34h 17m
English
Visual Studio is built to be “extensible.” It ships with its own API to enable you, the developer, to control many of the pieces of the IDE.
The API is called the Visual Studio automation object model, and understanding its capabilities is the key to unlocking your ability to program and control the IDE itself by writing code in the form of macros and add-ins (discussed in Chapter 14, “Writing Macros,” and Chapter 15, “Writing Add-ins and Wizards”).
In this chapter, we discuss ...