ContentIndexerQuery.GetCountAsync 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 d’éléments dans les résultats de la recherche.
public:
virtual IAsyncOperation<unsigned int> ^ GetCountAsync() = GetCountAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<uint32_t> GetCountAsync();
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<uint> GetCountAsync();
function getCountAsync()
Public Function GetCountAsync () As IAsyncOperation(Of UInteger)
Retours
Une fois cette méthode terminée, elle retourne le nombre d’éléments dans les résultats de la recherche.
- Attributs