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