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 よりも大きい場合にのみ生成されます。

適用対象