共用方式為


PhoneLineTransportDevice.FromId(String) 方法

定義

從指定的 DeviceId 取得 PhoneLineTransportDevice。

public:
 static PhoneLineTransportDevice ^ FromId(Platform::String ^ id);
 static PhoneLineTransportDevice FromId(winrt::hstring const& id);
public static PhoneLineTransportDevice FromId(string id);
function fromId(id)
Public Shared Function FromId (id As String) As PhoneLineTransportDevice

參數

id
String

Platform::String

winrt::hstring

DeviceId

傳回

如果 DeviceId 未對應至現有的裝置,PhoneLineTransportDevice 或 Null。

適用於

另請參閱