GameSaveContainerInfoQuery.GetItemCountAsync Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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
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.