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 display mode of the integrated development environment (IDE).
Namespace: EnvDTE
Assembly: EnvDTE (in EnvDTE.dll)
Syntax
'Declaration
<GuidAttribute("E0E643C3-5410-487A-B64E-2664A5C4AB50")> _
Public Enumeration vsDisplay
[GuidAttribute("E0E643C3-5410-487A-B64E-2664A5C4AB50")]
public enum vsDisplay
[GuidAttribute(L"E0E643C3-5410-487A-B64E-2664A5C4AB50")]
public enum class vsDisplay
[<GuidAttribute("E0E643C3-5410-487A-B64E-2664A5C4AB50")>]
type vsDisplay
public enum vsDisplay
Members
| Member name | Description | |
|---|---|---|
| vsDisplayMDI | IDE displays in MDI (multiple-document interface, where all windows are contained within the parent environment window) mode. | |
| vsDisplayMDITabs | IDE displays in tabbed MDI mode, where multiple windows display tabbed on top of each other. |