vsDisplay Enum
Definition
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
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
Fields
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. |