StoreProductQueryResult 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
현재 앱 내에서 구매할 수 있는 제품에 대한 세부 정보를 검색하는 요청에 대한 응답 데이터를 제공합니다.
public ref class StoreProductQueryResult 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 StoreProductQueryResult 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 StoreProductQueryResult
Public NotInheritable Class StoreProductQueryResult
- 상속
- 특성
Windows 요구 사항
디바이스 패밀리 |
Windows 10 Anniversary Edition (10.0.14393.0에서 도입되었습니다.)
|
API contract |
Windows.Services.Store.StoreContract (v1.0에서 도입되었습니다.)
|
설명
StoreContext 클래스의 다음 메서드는 이 형식의 개체를 반환합니다.
속성
ExtendedError |
작업에 오류가 발생한 경우 요청에 대한 오류 코드를 가져옵니다. |
Products |
요청에 의해 반환된 제품의 컬렉션을 가져옵니다. |