Freigeben über


PhoneLineTransportDevice.FromId(String) Methode

Definition

Ruft das PhoneLineTransportDevice von der angegebenen DeviceId ab.

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

Parameter

id
String

Platform::String

winrt::hstring

Eine DeviceId.

Gibt zurück

PhoneLineTransportDevice oder NULL, wenn DeviceId nicht dem vorhandenen Gerät entspricht.

Gilt für:

Weitere Informationen