ContactQueryResult.GetContactCountAsync 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.
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
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]
|