vsIDEMode 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.
Represents the mode of the integrated development environment (IDE).
public enum class vsIDEMode
public enum class vsIDEMode
enum vsIDEMode
[System.Runtime.InteropServices.Guid("B638B3E3-C98B-4F59-9D05-105A620529F9")]
public enum vsIDEMode
[<System.Runtime.InteropServices.Guid("B638B3E3-C98B-4F59-9D05-105A620529F9")>]
type vsIDEMode =
Public Enum vsIDEMode
- Inheritance
-
vsIDEMode
- Attributes
Fields
Name | Value | Description |
---|---|---|
vsIDEModeDesign | 1 | The IDE is in Design mode. |
vsIDEModeDebug | 2 | The IDE is in Debug mode. |