LineDisplayDescriptorState 列挙型

定義

行表示記述子の状態を示す定数を定義します。

public enum class LineDisplayDescriptorState
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 327680)]
enum class LineDisplayDescriptorState
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 327680)]
public enum LineDisplayDescriptorState
var value = Windows.Devices.PointOfService.LineDisplayDescriptorState.off
Public Enum LineDisplayDescriptorState
継承
LineDisplayDescriptorState
属性

Windows の要件

デバイス ファミリ
Windows 10 Fall Creators Update (10.0.16299.0 で導入)
API contract
Windows.Foundation.UniversalApiContract (v5.0 で導入)

フィールド

2

記述子を点滅に設定します。

Off 0

記述子をオフにします。

On 1

記述子をオンにします。

適用対象