ContentIndexerQuery.GetCountAsync Méthode

Définition

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

IAsyncOperation<UInt32>

Windows.Foundation.IAsyncOperation

IAsyncOperation<uint32_t>

Une fois cette méthode terminée, elle retourne le nombre d’éléments dans les résultats de la recherche.

Attributs

S’applique à