StoreProductPagedQueryResult.GetNextAsync Method

Definition

Returns the next page of results. To determine if there are more pages of results, use the HasMoreResults property.

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)

Returns

An asynchronous operation that, on successful completion, returns a StoreProductPagedQueryResult object that provides the next page of results.

Attributes

Applies to