StoreProductQueryResult 클래스

정의

현재 앱 내에서 구매할 수 있는 제품에 대한 세부 정보를 검색하는 요청에 대한 응답 데이터를 제공합니다.

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
상속
Object Platform::Object IInspectable StoreProductQueryResult
특성

Windows 요구 사항

디바이스 패밀리
Windows 10 Anniversary Edition (10.0.14393.0에서 도입되었습니다.)
API contract
Windows.Services.Store.StoreContract (v1.0에서 도입되었습니다.)

설명

StoreContext 클래스의 다음 메서드는 이 형식의 개체를 반환합니다.

속성

ExtendedError

작업에 오류가 발생한 경우 요청에 대한 오류 코드를 가져옵니다.

Products

요청에 의해 반환된 제품의 컬렉션을 가져옵니다.

적용 대상