PhoneCallTask.Show Method

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

Shows the Phone application.

Namespace:  Microsoft.Phone.Tasks
Assembly:  Microsoft.Phone (in Microsoft.Phone.dll)

Syntax

Public Sub Show
public void Show()

Remarks

When called on a Windows Phone 8.1 device, launching the PhoneCallTask will cause your app to be deactivated. When the phone call is completed, your app will receive be reactivated and receive the Activated event.

Version Information

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Platforms

Windows Phone

See Also

Reference

PhoneCallTask Class

Microsoft.Phone.Tasks Namespace

Other Resources

Launchers and Choosers for Windows Phone 8

How to use the phone call task for Windows Phone 8