共用方式為


OrientationSensorImplementation.Start(SensorSpeed) 方法

定義

開始監視方向的變更。

public:
 virtual 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
override this.Start : Microsoft.Maui.Devices.Sensors.SensorSpeed -> unit
Public Sub Start (sensorSpeed As SensorSpeed)

參數

sensorSpeed
SensorSpeed

接聽變更的速度。

實作

備註

如果裝置不支援,則會擲回 FeatureNotSupportedException 。 如果 IsMonitoringtrue,則會擲回 InvalidOperationException

適用於