ContactPicker.PickContactsAsync Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Lance le sélecteur de contacts pour sélectionner plusieurs 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))
Retours
Opération qui lance le sélecteur de contacts.
Configuration requise pour Windows
Fonctionnalités de l’application |
contactsSystem
|
Remarques
Pour sélectionner un seul contact, utilisez PickContactAsync.
Pour plus d’informations sur la sélection des contacts, consultez Sélectionner des contacts.