IDTExtensibility2 Interface
Visual Studio 2012
Hosts the event notifications that occur to add-ins, such as when they are loaded, unloaded, updated, and so forth.
Namespace: Extensibility
Assembly: Extensibility (in Extensibility.dll)
The IDTExtensibility2 type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | OnAddInsUpdate | Occurs whenever an add-in is loaded or unloaded from the Visual Studio integrated development environment (IDE). |
![]() | OnBeginShutdown | Occurs whenever the Visual Studio integrated development environment (IDE) shuts down while an add-in is running. |
![]() | OnConnection | Occurs whenever an add-in is loaded into Visual Studio. |
![]() | OnDisconnection | Occurs whenever an add-in is unloaded from Visual Studio. |
![]() | OnStartupComplete | Occurs whenever an add-in, which is set to load when Visual Studio starts, loads. |
