PhoneLine.TransportDeviceId 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
與此 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
屬性值
代表裝置識別碼的字串。
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 類型為藍牙。