Gyrometer.ReportThreshold 属性

定义

public:
 property GyrometerDataThreshold ^ ReportThreshold { GyrometerDataThreshold ^ get(); };
GyrometerDataThreshold ReportThreshold();
public GyrometerDataThreshold ReportThreshold { get; }
var gyrometerDataThreshold = gyrometer.reportThreshold;
Public ReadOnly Property ReportThreshold As GyrometerDataThreshold

属性值

Windows 要求

设备系列
Windows 10, version 2004 (在 10.0.19041.0 中引入)
API contract
Windows.Foundation.UniversalApiContract (在 v10.0 中引入)

注解

仅当先前报告的数据读取和新样本之间的增量大于 GyrometerDataThreshold 时,才会生成报告。

适用于