Partager via


IStorageQueryResultBase.GetItemCountAsync Méthode

Définition

Récupère le nombre d’éléments qui correspondent à la requête qui a créé un objet StorageFileQueryResult, StorageFolderQueryResult ou StorageItemQueryResult .

public:
 IAsyncOperation<unsigned int> ^ GetItemCountAsync();
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<uint32_t> GetItemCountAsync();
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<uint> GetItemCountAsync();
function getItemCountAsync()
Public Function GetItemCountAsync () 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 correspondant à la requête.

Attributs

S’applique à