StorePrice 클래스

정의

Microsoft Store의 제품 목록에 대한 가격 정보를 포함합니다.

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

Windows 요구 사항

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

설명

StoreAvailability.Price, StoreProduct.PriceStoreSku.Price 속성은 이 형식의 개체를 반환합니다.

속성

CurrencyCode

현재 사용자의 시장에 대한 ISO 4217 통화 코드를 가져옵니다.

FormattedBasePrice

현재 사용자의 시장에 적절한 서식을 지정하여 제품의 기본 가격을 가져옵니다.

FormattedPrice

현재 사용자의 시장에 적절한 서식을 지정하여 제품의 구매 가격을 가져옵니다.

FormattedRecurrencePrice

이 제품에 대해 반복 청구가 사용하도록 설정된 경우 현재 사용자의 시장에 적절한 서식을 가진 제품의 되풀이 가격을 가져옵니다.

IsOnSale

제품이 판매 중인지 여부를 나타내는 값을 가져옵니다.

SaleEndDate

제품이 판매 중인 경우 제품의 판매 기간 종료 날짜를 가져옵니다.

UnformattedBasePrice

Microsoft Store의 제품 목록에 대한 가격 정보를 포함합니다.

UnformattedPrice

Microsoft Store의 제품 목록에 대한 가격 정보를 포함합니다.

UnformattedRecurrencePrice

Microsoft Store의 제품 목록에 대한 가격 정보를 포함합니다.

적용 대상