IStorageQueryResultBase.GetItemCountAsync 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.
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
Une fois cette méthode terminée, elle retourne le nombre d’éléments correspondant à la requête.
- Attributs