共用方式為


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 物件,該物件會提供下一頁的結果。

屬性

適用於