PhoneCallManager.ShowPhoneCallUI(String, String) メソッド

定義

指定した電話番号と表示名を使用して、組み込みの電話 UI を起動します。

public:
 static void ShowPhoneCallUI(Platform::String ^ phoneNumber, Platform::String ^ displayName);
 static void ShowPhoneCallUI(winrt::hstring const& phoneNumber, winrt::hstring const& displayName);
public static void ShowPhoneCallUI(string phoneNumber, string displayName);
function showPhoneCallUI(phoneNumber, displayName)
Public Shared Sub ShowPhoneCallUI (phoneNumber As String, displayName As String)

パラメーター

phoneNumber
String

Platform::String

winrt::hstring

電話番号。

displayName
String

Platform::String

winrt::hstring

表示名。

Windows の要件

アプリの機能
phoneCallHistory phoneCallHistorySystem

適用対象