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