Contacts.PickContactAsync 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.
Starts file picker for selecting a single contact.
public static System.Threading.Tasks.Task<Xamarin.Essentials.Contact> PickContactAsync ();
Returns
System.Threading.Tasks.Task<Contact>
Returns a single contact, or null if the user cancelled the operation.