Anteckning
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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 | |
|---|---|---|
| vsIDEModeDesign | The IDE is in Design mode. | |
| vsIDEModeDebug | The IDE is in Debug mode. |