Partager via


GameSaveContainerInfoQuery.GetItemCountAsync Méthode

Définition

Récupère le nombre de conteneurs qui correspondent à la requête qui a créé cet objet GameSaveContainerInfoQuery .

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)

Retours

IAsyncOperation<UInt32>

Windows.Foundation.IAsyncOperation

IAsyncOperation<uint32_t>

Type : IAsyncOperation< ; UInt32>;

Nombre de conteneurs correspondant à la requête qui a créé cet objet GameSaveContainerInfoQuery .

Attributs

Remarques

Une fois l’opération asynchrone terminée, le résultat de l’opération de l’objet IAsyncOperation retourné contient le nombre d’objets blob correspondant à cette requête.

S’applique à

Voir aussi