StoreProductPagedQueryResult 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
페이징된 요청에 대한 응답 데이터를 제공하여 현재 앱 내에서 구매할 수 있는 제품에 대한 세부 정보를 검색합니다.
public ref class StoreProductPagedQueryResult sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Services.Store.StoreContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class StoreProductPagedQueryResult final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Services.Store.StoreContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class StoreProductPagedQueryResult
Public NotInheritable Class StoreProductPagedQueryResult
- 상속
- 특성
Windows 요구 사항
디바이스 패밀리 |
Windows 10 Anniversary Edition (10.0.14393.0에서 도입되었습니다.)
|
API contract |
Windows.Services.Store.StoreContract (v1.0에서 도입되었습니다.)
|
설명
StoreContext.GetAssociatedStoreProductsWithPagingAsync 및 StoreContext.GetUserCollectionWithPagingAsync 메서드는 이 형식의 개체를 반환합니다.
StoreProductPagedQueryResult 개체가 있으면 GetNextAsync 메서드를 사용하여 결과의 다음 페이지가 포함된 개체를 검색할 수 있습니다.
속성
ExtendedError |
작업에 오류가 발생한 경우 요청에 대한 오류 코드를 가져옵니다. |
HasMoreResults |
결과의 추가 페이지가 있는지 여부를 나타내는 값을 가져옵니다. 결과의 다음 페이지를 얻으려면 GetNextAsync 메서드를 사용합니다. |
Products |
요청에서 반환된 제품의 컬렉션을 가져옵니다. |
메서드
GetNextAsync() |
결과의 다음 페이지를 반환합니다. 결과의 페이지가 더 있는지 확인하려면 HasMoreResults 속성을 사용합니다. |