Partager via


Contacts.GetAllAsync(CancellationToken) Méthode

Définition

Obtient une collection de tous les contacts sur l’appareil.

public static System.Threading.Tasks.Task<System.Collections.Generic.IEnumerable<Xamarin.Essentials.Contact>> GetAllAsync (System.Threading.CancellationToken cancellationToken = null);

Paramètres

cancellationToken
System.Threading.CancellationToken

Jeton pour l’annulation de l’opération

Retours

System.Threading.Tasks.Task<System.Collections.Generic.IEnumerable<Contact>>

Retourne une collection de contacts sur l’appareil.

S’applique à