StoreCollectionData 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
提供使用者有權使用的產品 SKU 的其他資料。
public ref class StoreCollectionData 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 StoreCollectionData 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 StoreCollectionData
Public NotInheritable Class StoreCollectionData
- 繼承
- 屬性
Windows 需求
裝置系列 |
Windows 10 Anniversary Edition (已於 10.0.14393.0 引進)
|
API contract |
Windows.Services.Store.StoreContract (已於 v1.0 引進)
|
備註
StoreSku.CollectionData屬性會傳回此類型的物件。
屬性
AcquiredDate |
取得取得產品 SKU 的日期。 |
CampaignId |
取得與產品 SKU 相關聯的促銷行銷活動識別碼。 |
DeveloperOfferId |
取得與產品 SKU 相關聯的開發人員供應專案識別碼。 |
EndDate |
取得產品 SKU 試用版的結束日期,如果 SKU 是試用版,或是在設定持續時間之後到期的永久性附加元件。 |
ExtendedJsonData |
取得 JSON 格式之產品 SKU 的完整集合資料。 |
IsTrial |
取得值,指出產品 SKU 是否為試用版。 |
StartDate |
取得產品 SKU 試用版的開始日期,如果 SKU 是試用版,或是在設定持續時間之後到期的永久性附加元件。 |
TrialTimeRemaining |
取得與此產品 SKU 相關聯的使用限制試用版的剩餘試用時間。 |