ext_DisconnectMode Enumeration
Visual Studio 2015
Informs the add-in about how it was unloaded by the integrated development environment (IDE).
Assembly: Extensibility (in Extensibility.dll)
| Member name | Description | |
|---|---|---|
| ext_dm_HostShutdown | The add-in was unloaded when Visual Studio was shut down. | |
| ext_dm_SolutionClosed | The add-in was unloaded when the solution was closed. | |
| ext_dm_UISetupComplete | The add-in was unloaded after the user interface was set up. | |
| ext_dm_UserClosed | The add-in was unloaded while Visual Studio was running. |
Add-ins are deprecated. For more information, see FAQ: Converting Add-ins to VSPackage Extensions.
Show: