Share via


DisplayMonitorDescriptorKind 列挙型

定義

さまざまな種類のディスプレイ モニターハードウェア記述子を指定する定数を定義します。

public enum class DisplayMonitorDescriptorKind
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 393216)]
enum class DisplayMonitorDescriptorKind
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 393216)]
public enum DisplayMonitorDescriptorKind
var value = Windows.Devices.Display.DisplayMonitorDescriptorKind.edid
Public Enum DisplayMonitorDescriptorKind
継承
DisplayMonitorDescriptorKind
属性

Windows の要件

デバイス ファミリ
Windows 10, version 1803 (10.0.17134.0 で導入)
API contract
Windows.Foundation.UniversalApiContract (v6.0 で導入)

フィールド

DisplayId 1

記述子にモニターの DisplayID データ (EDID のスーパーセット) が含まれていることを示します。

Edid 0

記述子にモニターの拡張表示識別データ (EDID) が含まれていることを示します。

適用対象