StoreProductPagedQueryResult.GetNextAsync 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
返回下一页的结果。 若要确定结果页是否更多,请使用 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 对象。
- 属性