ext_ConnectMode Enum
Definition
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.
Informs the add-in about how it was loaded by the integrated development environment (IDE).
public enum class ext_ConnectMode
public enum class ext_ConnectMode
enum ext_ConnectMode
[System.Runtime.InteropServices.Guid("289E9AF1-4973-11D1-AE81-00A0C90F26F4")]
public enum ext_ConnectMode
[<System.Runtime.InteropServices.Guid("289E9AF1-4973-11D1-AE81-00A0C90F26F4")>]
type ext_ConnectMode =
Public Enum ext_ConnectMode
- Inheritance
-
ext_ConnectMode
- Attributes
Fields
ext_cm_AfterStartup | 0 | The add-in was loaded after Visual Studio started. |
ext_cm_CommandLine | 3 | The add-in was loaded from the command line. |
ext_cm_External | 2 | The add-in was loaded by an external client. (This setting is no longer used by Visual Studio.) |
ext_cm_Solution | 4 | The add-in was loaded with a solution. |
ext_cm_Startup | 1 | The add-in was loaded when Visual Studio started. |
ext_cm_UISetup | 5 | The add-in was loaded for user interface setup. |
Remarks
Add-ins are deprecated. For more information, see FAQ: Converting Add-ins to VSPackage Extensions.