DisplayMonitorConnectionKind 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 an abstract method in which a display is connected (not specific to a physical protocol).
public enum class DisplayMonitorConnectionKind
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 393216)]
enum class DisplayMonitorConnectionKind
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 393216)]
public enum DisplayMonitorConnectionKind
var value = Windows.Devices.Display.DisplayMonitorConnectionKind.internal
Public Enum DisplayMonitorConnectionKind
- Inheritance
-
DisplayMonitorConnectionKind
- 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 |
---|---|---|
Internal | 0 | Indicates that the display is connected internally. |
Wired | 1 | Indicates that the display is connected wired. |
Wireless | 2 | Indicates that the display is connected wirelessly. |
Virtual | 3 | Indicates that the display is connected virtually. |