Extensibility Namespace
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
This namespace contains the IDTExtensibility2 interface. When implemented, its members allow you access to add-in events, such as when an add-in is started or shut down. When you create an add-in project, IDTExtensibility2 is implemented for you automatically. For information about responding to add-in events, see Components of an Add-In Project.
Interfaces
IDTExtensibility2 |
Hosts the event notifications that occur to add-ins, such as when they are loaded, unloaded, updated, and so forth. |
Enums
ext_ConnectMode |
Informs the add-in about how it was loaded by the integrated development environment (IDE). |
ext_DisconnectMode |
Informs the add-in about how it was unloaded by the integrated development environment (IDE). |