vsIDEMode Enumeration

Represents the mode of the integrated development environment (IDE).

Namespace:  EnvDTE
Assembly:  EnvDTE (in EnvDTE.dll)

Syntax

'Declaration
<GuidAttribute("B638B3E3-C98B-4F59-9D05-105A620529F9")> _
Public Enumeration vsIDEMode
[GuidAttribute("B638B3E3-C98B-4F59-9D05-105A620529F9")]
public enum vsIDEMode
[GuidAttribute(L"B638B3E3-C98B-4F59-9D05-105A620529F9")]
public enum class vsIDEMode
[<GuidAttribute("B638B3E3-C98B-4F59-9D05-105A620529F9")>]
type vsIDEMode
public enum vsIDEMode

Members

Member name Description
vsIDEModeDebug The IDE is in Debug mode.
vsIDEModeDesign The IDE is in Design mode.

See Also

Reference

EnvDTE Namespace