ContactPicker.PickContactAsync Method

Definition

Launches the Contact Picker to select a single contact.

public:
 virtual IAsyncOperation<Contact ^> ^ PickContactAsync() = PickContactAsync;
IAsyncOperation<Contact> PickContactAsync();
public IAsyncOperation<Contact> PickContactAsync();
function pickContactAsync()
Public Function PickContactAsync () As IAsyncOperation(Of Contact)

Returns

The operation that launches the Contact Picker.

Windows requirements

App capabilities
contactsSystem

Remarks

To pick multiple contacts at once, use PickContactsAsync.

For more info about how to select contacts, see Select contacts.

Applies to

See also