Partager via


ContactPicker.PickContactsAsync Méthode

Définition

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.

S’applique à

Voir aussi