HingeAngleSensor 类

定义

表示双屏设备中的铰链角度传感器。

public ref class HingeAngleSensor sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 458752)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class HingeAngleSensor final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 458752)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class HingeAngleSensor
Public NotInheritable Class HingeAngleSensor
继承
Object Platform::Object IInspectable HingeAngleSensor
属性

Windows 要求

设备系列
Windows 10, version 1809 (在 10.0.17763.0 中引入)
API contract
Windows.Foundation.UniversalApiContract (在 v7.0 中引入)

属性

DeviceId

获取设备标识符。

MinReportThresholdInDegrees

获取铰链角度传感器的最小报告阈值,以度为单位。

ReportThresholdInDegrees

获取铰链角度传感器的报告阈值(以度为单位)。

方法

FromIdAsync(String)

从标识符获取铰链角度传感器。

GetCurrentReadingAsync()

从铰链角度传感器异步检索当前数据。

GetDefaultAsync()

异步检索默认铰链角度传感器。

GetDeviceSelector()

获取高级查询语法 (AQS) 字符串,用于标识铰链双屏设备中显示面板的实例。 此字符串将传递到 HingeAngleSensor.GetRelatedToAdjacentPanelsAsync 方法。

GetRelatedToAdjacentPanelsAsync(String, String)

异步检索两个相邻显示面板的铰链角度传感器。

事件

ReadingChanged

当双屏设备中的铰链角度传感器报告打开角度的变化时发生。

适用于

另请参阅