CustomSensor.DeviceId プロパティ

定義

センサーのデバイス識別子を取得します。

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

プロパティ値

String

Platform::String

winrt::hstring

デバイス識別子。

適用対象