DisplayMonitorUsageKind 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.
Defines constants that specify the use to which the display is being put.
public enum class DisplayMonitorUsageKind
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 393216)]
enum class DisplayMonitorUsageKind
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 393216)]
public enum DisplayMonitorUsageKind
var value = Windows.Devices.Display.DisplayMonitorUsageKind.standard
Public Enum DisplayMonitorUsageKind
- Inheritance
-
DisplayMonitorUsageKind
- Attributes
Windows requirements
Device family |
Windows 10, version 1803 (introduced in 10.0.17134.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduced in v6.0)
|
Fields
Name | Value | Description |
---|---|---|
Standard | 0 | Indicates that the display is being used as a standard monitor. |
HeadMounted | 1 | Indicates that the display is being used as a head-mounted display. |
SpecialPurpose | 2 | Indicates that the display is not to be used as part of the Windows desktop, and is designed to be driven by a specific third-party application. |