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

打开描述符。

适用于