vsDisplay Enum

Definition

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.

Applies to