StoreProductPagedQueryResult.GetNextAsync 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.
Retourne la page de résultats suivante. Pour déterminer s’il existe d’autres pages de résultats, utilisez la propriété HasMoreResults .
public:
virtual IAsyncOperation<StoreProductPagedQueryResult ^> ^ GetNextAsync() = GetNextAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<StoreProductPagedQueryResult> GetNextAsync();
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<StoreProductPagedQueryResult> GetNextAsync();
function getNextAsync()
Public Function GetNextAsync () As IAsyncOperation(Of StoreProductPagedQueryResult)
Retours
Opération asynchrone qui, en cas d’achèvement réussi, retourne un objet StoreProductPagedQueryResult qui fournit la page suivante des résultats.
- Attributs