PhoneCallManager.ShowPhoneCallUI(String, String) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
啟動具有指定電話號碼和顯示名稱的內建通話 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
|