StoreProductResult 클래스

정의

현재 앱에 대한 세부 정보를 검색하는 요청에 대한 응답 데이터를 제공합니다.

public ref class StoreProductResult 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 StoreProductResult 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 StoreProductResult
Public NotInheritable Class StoreProductResult
상속
Object Platform::Object IInspectable StoreProductResult
특성

Windows 요구 사항

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

설명

StoreContext.GetStoreProductForCurrentAppAsync 메서드는 이 형식의 개체를 반환합니다.

속성

ExtendedError

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

Product

현재 앱에 대한 정보를 가져옵니다.

적용 대상