StoreSubscriptionInfo 类

定义

提供产品 SKU 的订阅信息,该 SKU 表示定期计费的订阅。

public ref class StoreSubscriptionInfo 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 StoreSubscriptionInfo 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 StoreSubscriptionInfo
Public NotInheritable Class StoreSubscriptionInfo
继承
Object Platform::Object IInspectable StoreSubscriptionInfo
属性

Windows 要求

设备系列
Windows 10 Anniversary Edition (在 10.0.14393.0 中引入)
API contract
Windows.Services.Store.StoreContract (在 v1.0 中引入)

注解

StoreSku.SubscriptionInfo 属性返回此类型的对象。

属性

BillingPeriod

获取订阅的计费周期的持续时间,单位由 BillingPeriodUnit 属性指定。

BillingPeriodUnit

获取订阅计费周期的单位。

HasTrialPeriod

获取一个值,该值指示订阅是否包含试用期。

TrialPeriod

获取订阅的试用期的持续时间,以 TrialPeriodUnit 属性指定的单位为单位。 若要确定订阅是否具有试用期,请使用 HasTrialPeriod 属性。

TrialPeriodUnit

获取订阅的试用期单位。

适用于

另请参阅