PhoneLineTransportDevice.FromId(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the PhoneLineTransportDevice from the given DeviceId.
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
Parameters
Returns
The PhoneLineTransportDevice or null if DeviceId does not correspond to existing device.