Freigeben über


Gyroscope.Start(SensorSpeed) Methode

Definition

Starten Sie die Überwachung für Änderungen am Gyroskop.

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

Parameter

sensorSpeed
SensorSpeed

Die Geschwindigkeit zum Lauschen auf Änderungen.

Hinweise

Löst FeatureNotSupportedException aus, wenn auf dem Gerät nicht unterstützt wird. Löst ArgumentNullException aus, wenn der Handler NULL ist.

Gilt für: