IDTExtensibility2 Members
Hosts the event notifications that occur to add-ins, such as when they are loaded, unloaded, updated, and so forth.
The following tables list the members exposed by the IDTExtensibility2 type.
| 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. |