다음을 통해 공유


PhoneLine.TransportDeviceId 속성

정의

이 PhoneLine과 연결된 PhoneLineTransportDevice의 디바이스 ID입니다. 전송 디바이스가 없으면 Null입니다.

public:
 property Platform::String ^ TransportDeviceId { Platform::String ^ get(); };
winrt::hstring TransportDeviceId();
public string TransportDeviceId { get; }
var string = phoneLine.transportDeviceId;
Public ReadOnly Property TransportDeviceId As String

속성 값

String

Platform::String

winrt::hstring

디바이스 ID를 나타내는 문자열입니다.

Windows 요구 사항

디바이스 패밀리
Windows 10, version 1903 (10.0.18362.0에서 도입되었습니다.)
API contract
Windows.ApplicationModel.Calls.CallsPhoneContract (v5.0에서 도입되었습니다.)

설명

DeviceId는 Windows.Devices.Enumerations.DeviceInformation.ID.

PhoneLineTransportDevice는 PhoneLineTransport 유형이 Bluetooth인 PhoneLine 개체에만 사용할 수 있습니다.

적용 대상