次の方法で共有


OrientationSensor.Start(SensorSpeed) メソッド

定義

向きの変更の監視を開始します。

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)

パラメーター

sensorSpeed
SensorSpeed

変更をリッスンする速度。

注釈

デバイスでサポートされていない場合は スロー FeatureNotSupportedException されます。 が の場合IsMonitoringtrueがスローInvalidOperationExceptionされます。

適用対象