StorageFileQueryResult.GetItemCountAsync Metodo

Definizione

Recupera il numero di file nel set di risultati della query.

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)

Restituisce

IAsyncOperation<UInt32>

Windows.Foundation.IAsyncOperation

IAsyncOperation<uint32_t>

Al termine di questo metodo, restituisce il numero di file nel percorso corrispondente alla query.

Implementazioni

Attributi

Si applica a

Vedi anche