ContactPicker.PickContactsAsync Method

Definition

Launches the Contact Picker for selecting multiple contacts.

public:
 virtual IAsyncOperation<IVector<Contact ^> ^> ^ PickContactsAsync() = PickContactsAsync;
IAsyncOperation<IVector<Contact>> PickContactsAsync();
public IAsyncOperation<IList<Contact>> PickContactsAsync();
function pickContactsAsync()
Public Function PickContactsAsync () As IAsyncOperation(Of IList(Of Contact))

Returns

The operation that launches the contact picker.

Windows requirements

App capabilities
contactsSystem

Remarks

To pick only a single contact, use PickContactAsync.

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

Applies to

See also