Partager via


PhoneLineTransportDevice.FromId(String) Méthode

Définition

Obtient l’objet PhoneLineTransportDevice à partir du DeviceId donné.

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

Paramètres

id
String

Platform::String

winrt::hstring

DeviceId.

Retours

PhoneLineTransportDevice ou null si DeviceId ne correspond pas à l’appareil existant.

S’applique à

Voir aussi