PhoneCallManager.ShowPhoneCallUI(String, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Launches the built-in phone call UI with the specified phone number and display name.
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)
Parameters
- phoneNumber
-
String
Platform::String
winrt::hstring
A phone number.
- displayName
-
String
Platform::String
winrt::hstring
A display name.
Windows requirements
App capabilities |
phoneCallHistory
phoneCallHistorySystem
|