ContactPicker.PickMultipleContactsAsync Method

Definition

Launches the Contact Picker for selecting multiple contacts.

Note

This method is no longer available starting with Windows 10.

public:
 virtual IAsyncOperation<IVectorView<ContactInformation ^> ^> ^ PickMultipleContactsAsync() = PickMultipleContactsAsync;
IAsyncOperation<IVectorView<ContactInformation>> PickMultipleContactsAsync();
public IAsyncOperation<IReadOnlyList<ContactInformation>> PickMultipleContactsAsync();
function pickMultipleContactsAsync()
Public Function PickMultipleContactsAsync () As IAsyncOperation(Of IReadOnlyList(Of ContactInformation))

Returns

The operation that launches the contact picker.

Windows requirements

App capabilities
contactsSystem

Remarks

To pick only a single contact, use PickSingleContactAsync.

Use the SelectionMode property to control whether your app receives all of a contact's information, or just specific fields.

Applies to

See also