SimpleOrientationSensor.DeviceId プロパティ

定義

SimpleOrientationSensor.FromIdAsync メソッドで使用されるデバイス識別子を取得します。

public:
 property Platform::String ^ DeviceId { Platform::String ^ get(); };
winrt::hstring DeviceId();
public string DeviceId { get; }
var string = simpleOrientationSensor.deviceId;
Public ReadOnly Property DeviceId As String

プロパティ値

String

Platform::String

winrt::hstring

デバイス識別子。

適用対象