ContactPicker.PickMultipleContactsAsync 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.
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.