次の方法で共有


PhoneCall.GetFromId(String) メソッド

定義

指定した呼び出し識別子の新しい PhoneCall オブジェクトを作成する静的ファクトリ メソッド。

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

パラメーター

callId
String

Platform::String

winrt::hstring

対応する PhoneCall オブジェクトを作成する呼び出し識別子。

戻り値

callId に対応する新しい PhoneCall オブジェクト、またはnull指定した通話識別子を持つ電話が見つからなかった場合。

Windows の要件

アプリの機能
phoneCall

適用対象

こちらもご覧ください