Partager via


ContactQueryResult.GetContactCountAsync Méthode

Définition

Obtient le nombre de contacts dans le magasin de contacts.

public:
 virtual IAsyncOperation<unsigned int> ^ GetContactCountAsync() = GetContactCountAsync;
IAsyncOperation<uint32_t> GetContactCountAsync();
public IAsyncOperation<uint> GetContactCountAsync();
function getContactCountAsync()
Public Function GetContactCountAsync () As IAsyncOperation(Of UInteger)

Retours

IAsyncOperation<UInt32>

Windows.Foundation.IAsyncOperation<unsigned int>

IAsyncOperation<uint32_t>

Une fois cette méthode terminée, elle retourne le nombre de contacts dans le magasin de contacts. Si vous utilisez la programmation asynchrone, le type de résultat est un nombre entier non signé.

Configuration requise pour Windows

Fonctionnalités de l’application
ID_CAP_CONTACTS [Windows Phone]

S’applique à

Voir aussi