ext_ConnectMode Enumeration
Visual Studio 2015
Informs the add-in about how it was loaded by the integrated development environment (IDE).
Assembly: Extensibility (in Extensibility.dll)
| Member name | Description | |
|---|---|---|
| ext_cm_AfterStartup | The add-in was loaded after Visual Studio started. | |
| ext_cm_CommandLine | The add-in was loaded from the command line. | |
| ext_cm_External | The add-in was loaded by an external client. (This setting is no longer used by Visual Studio.) | |
| ext_cm_Solution | The add-in was loaded with a solution. | |
| ext_cm_Startup | The add-in was loaded when Visual Studio started. | |
| ext_cm_UISetup | The add-in was loaded for user interface setup. |
Add-ins are deprecated. For more information, see FAQ: Converting Add-ins to VSPackage Extensions.
Show: