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
Microsoft.Phone.Tasks Namespace