PhoneLineTransportDevice.FromId(String) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
從指定的 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
參數
傳回
如果 DeviceId 未對應至現有的裝置,PhoneLineTransportDevice 或 Null。