StoreLicense クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
現在のアプリに関連付けられている永続的なアドオンのライセンス情報を提供します。
public ref class StoreLicense 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 StoreLicense 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 StoreLicense
Public NotInheritable Class StoreLicense
- 継承
- 属性
Windows の要件
デバイス ファミリ |
Windows 10 Anniversary Edition (10.0.14393.0 で導入)
|
API contract |
Windows.Services.Store.StoreContract (v1.0 で導入)
|
注釈
現在のアプリの永続的なアドオンの StoreLicense オブジェクトを取得するには、 StoreAppLicense.AddOnLicenses プロパティを 使用します。 このプロパティには、引き続き有効なアドオン ライセンスのみが含まれており、現在のユーザーにアドオンを使用する権利を付与します。 アドオン ライセンスの有効期限が切れたり、有効になったりすると、 StoreAppLicense.AddOnLicenses コレクションで使用できなくなります。
プロパティ
ExpirationDate |
アドオン ライセンスの有効期限の日付と時刻を取得します。 |
ExtendedJsonData |
完全なライセンス データを JSON 形式で取得します。 |
InAppOfferToken |
アドオンの製品 ID を取得します。 |
IsActive |
このプロパティは将来使用するために予約されており、現在のリリースで使用されるものではありません。 現在、常に true を返します。 |
SkuStoreId |
Microsoft Store カタログから、ライセンスされたアドオン SKU のストア ID を取得します。 |