共用方式為


PhoneLine.TransportDeviceId 屬性

定義

與此 PhoneLine 相關聯的 PhoneLineTransportDevice 裝置識別碼。 如果沒有傳輸裝置,則為 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

代表裝置識別碼的字串。

Windows 需求

裝置系列
Windows 10, version 1903 (已於 10.0.18362.0 引進)
API contract
Windows.ApplicationModel.Calls.CallsPhoneContract (已於 v5.0 引進)

備註

DeviceId 來自 Windows.Devices.Enumerations.DeviceInformation.ID

PhoneLineTransportDevice 僅適用於 PhoneLine 物件,其中 PhoneLineTransport 類型為藍牙。

適用於