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 オブジェクトを返す非同期操作。

属性

適用対象