StorePrice 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
包含 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
- 继承
- 属性
Windows 要求
设备系列 |
Windows 10 Anniversary Edition (在 10.0.14393.0 中引入)
|
API contract |
Windows.Services.Store.StoreContract (在 v1.0 中引入)
|
注解
StoreAvailability.Price、StoreProduct.Price 和 StoreSku.Price 属性返回此类型的对象。
属性
CurrencyCode |
获取当前用户的市场的 ISO 4217 货币代码。 |
FormattedBasePrice |
获取具有当前用户市场适当格式的产品的基价。 |
FormattedPrice |
获取具有当前用户市场适当格式的产品的购买价格。 |
FormattedRecurrencePrice |
如果为此产品启用了定期计费,则获取具有当前用户市场适当格式的产品的定期价格。 |
IsOnSale |
获取一个值,该值指示产品是否在销售中。 |
SaleEndDate |
如果产品处于销售状态,则获取产品的销售期结束日期。 |
UnformattedBasePrice |
包含 Microsoft Store 中产品一览的定价信息。 |
UnformattedPrice |
包含 Microsoft Store 中产品一览的定价信息。 |
UnformattedRecurrencePrice |
包含 Microsoft Store 中产品一览的定价信息。 |