Share via


Accelerometer.ReportThreshold 속성

정의

public:
 property AccelerometerDataThreshold ^ ReportThreshold { AccelerometerDataThreshold ^ get(); };
AccelerometerDataThreshold ReportThreshold();
public AccelerometerDataThreshold ReportThreshold { get; }
var accelerometerDataThreshold = accelerometer.reportThreshold;
Public ReadOnly Property ReportThreshold As AccelerometerDataThreshold

속성 값

Windows 요구 사항

디바이스 패밀리
Windows 10, version 2004 (10.0.19041.0에서 도입되었습니다.)
API contract
Windows.Foundation.UniversalApiContract (v10.0에서 도입되었습니다.)

설명

보고서는 이전에 보고된 데이터 읽기와 새 샘플 사이의 델타가 AccelerometerDataThreshold보다 큰 경우에만 생성됩니다.

적용 대상