Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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. |