Freigeben über


GameSaveBlobInfoQuery.GetItemCountAsync Methode

Definition

Ruft die Anzahl der Blobs ab, die der Abfrage entsprechen, die dieses GameSaveBlobInfoQuery-Objekt erstellt hat.

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>

Typ: IAsyncOperation<; UInt32>;

IAsyncOperation , die den Zustand des asynchronen Vorgangs darstellt.

Attribute

Hinweise

Nach Abschluss des asynchronen Vorgangs enthält das Vorgangsergebnis des zurückgegebenen IAsyncOperation-Objekts die Anzahl der Blobs, die dieser Abfrage entsprechen.

Gilt für:

Weitere Informationen