Freigeben über


StorageFolderQueryResult.GetItemCountAsync Methode

Definition

Ruft die Anzahl der Ordner (oder Dateigruppen) 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 Ordner oder Dateigruppen am Speicherort zurück, die der Abfrage entsprechen.

Implementiert

Attribute

Gilt für:

Weitere Informationen