Share via


SaveContactTask.Show Method

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

Launches the contacts application and enables the user to save a contact.

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

Syntax

Public Overrides Sub Show
public override void Show()

Remarks

This task is a Chooser. For more information, see Launchers and Choosers for Windows Phone 8. Implement an event handler for the Completed event to receive the result of this Chooser after calling the Show method.

Version Information

Windows Phone OS

Supported in: 8.1, 8.0, 7.1

Platforms

Windows Phone

See Also

Reference

SaveContactTask Class

Microsoft.Phone.Tasks Namespace

Microsoft.Phone.UserData

Other Resources

How to use the save contact task for Windows Phone 8

Contacts and Calendar for Windows Phone 8