IAccelerometer.Start(SensorSpeed) 메서드

정의

가속도계 변경에 대한 모니터링을 시작합니다.

public:
 void Start(Microsoft::Maui::Devices::Sensors::SensorSpeed sensorSpeed);
public void Start (Microsoft.Maui.Devices.Sensors.SensorSpeed sensorSpeed);
abstract member Start : Microsoft.Maui.Devices.Sensors.SensorSpeed -> unit
Public Sub Start (sensorSpeed As SensorSpeed)

매개 변수

sensorSpeed
SensorSpeed

센서를 모니터링하는 속도입니다.

설명

가 이면 IsSupported 을 throw FeatureNotSupportedException 합니다false. 가 이면 IsMonitoring 을 throw InvalidOperationException 합니다true.

적용 대상