次の方法で共有


PhoneLineTransportDevice.DeviceId プロパティ

定義

PhoneLineTransportDevice に関連付けられているハードウェア デバイスの DeviceID を取得します。

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

プロパティ値

String

Platform::String

winrt::hstring

DeviceID を表す文字列。

注釈

DeviceId は 、Windows.Devices.Enumerations.DeviceInformation.ID から取得されます。

適用対象