Partager via


PhoneCall.GetFromId(String) Méthode

Définition

Méthode de fabrique statique qui crée un objet PhoneCall pour l’identificateur d’appel spécifié.

public:
 static PhoneCall ^ GetFromId(Platform::String ^ callId);
 static PhoneCall GetFromId(winrt::hstring const& callId);
public static PhoneCall GetFromId(string callId);
function getFromId(callId)
Public Shared Function GetFromId (callId As String) As PhoneCall

Paramètres

callId
String

Platform::String

winrt::hstring

Identificateur d’appel pour lequel créer un objet PhoneCall correspondant.

Retours

Un nouvel objet PhoneCall correspondant à callId, ou null si un appel téléphonique avec l’identificateur d’appel spécifié est introuvable.

Configuration requise pour Windows

Fonctionnalités de l’application
phoneCall

S’applique à

Voir aussi