Freigeben über


StorageFileQueryResult.GetItemCountAsync Methode

Definition

Ruft die Anzahl der Dateien im Satz der Abfrageergebnisse ab.

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)

Gibt zurück

IAsyncOperation<UInt32>

Windows.Foundation.IAsyncOperation

IAsyncOperation<uint32_t>

Wenn diese Methode erfolgreich abgeschlossen wurde, gibt sie die Anzahl der Dateien an dem Speicherort zurück, die mit der Abfrage übereinstimmen.

Implementiert

Attribute

Gilt für:

Weitere Informationen