StorageFolderQueryResult.GetItemCountAsync Méthode

Définition

Récupère le nombre de dossiers (ou groupes de fichiers) dans l’ensemble de résultats de la requête.

public:
 virtual IAsyncOperation<unsigned int> ^ GetItemCountAsync() = 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 de dossiers ou de groupes de fichiers à l’emplacement correspondant à la requête.

Implémente

Attributs

S’applique à

Voir aussi