Freigeben über


GameSaveContainerInfoQuery.GetItemCountAsync Methode

Definition

Ruft die Anzahl der Container ab, die mit der Abfrage übereinstimmen, die dieses GameSaveContainerInfoQuery-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>;

Anzahl der Container, die mit der Abfrage übereinstimmen, die dieses GameSaveContainerInfoQuery-Objekt erstellt hat.

Attribute

Hinweise

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

Gilt für:

Weitere Informationen