StoreProductPagedQueryResult.GetNextAsync 方法

定义

返回下一页的结果。 若要确定结果页是否更多,请使用 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)

返回

一个异步操作,该操作在成功完成时返回提供下一页结果的 StoreProductPagedQueryResult 对象。

属性

适用于