vsDisplay Enum
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 display mode of the integrated development environment (IDE).
public enum class vsDisplay
C++/CX
public enum class vsDisplay
enum vsDisplay
[System.Runtime.InteropServices.Guid("E0E643C3-5410-487A-B64E-2664A5C4AB50")]
public enum vsDisplay
[<System.Runtime.InteropServices.Guid("E0E643C3-5410-487A-B64E-2664A5C4AB50")>]
type vsDisplay =
Public Enum vsDisplay
- Inheritance
-
vsDisplay
- Attributes
Name | Value | Description |
---|---|---|
vsDisplayMDI | 1 | IDE displays in MDI (multiple-document interface, where all windows are contained within the parent environment window) mode. |
vsDisplayMDITabs | 2 | IDE displays in tabbed MDI mode, where multiple windows display tabbed on top of each other. |
Product | Versions |
---|---|
Visual Studio SDK | 2015, 2017, 2019, 2022 |