다음을 통해 공유


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 개체를 반환하는 비동기 작업입니다.

특성

적용 대상