다음을 통해 공유


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.

적용 대상