次の方法で共有


LicenseManager クラス

定義

アプリのライセンス情報を管理するためのメンバーを提供します。

public ref class LicenseManager abstract sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 196608)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class LicenseManager final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 196608)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public static class LicenseManager
Public Class LicenseManager
継承
Object Platform::Object IInspectable LicenseManager
属性

Windows の要件

デバイス ファミリ
Windows 10 Anniversary Edition (10.0.14393.0 で導入)
API contract
Windows.Foundation.UniversalApiContract (v3.0 で導入)
アプリの機能
storeLicenseManagement

注釈

手記

このクラスには、制限された機能storeLicenseManagement が必要です。

バージョン履歴

Windows バージョン SDK のバージョン 付加価値
1703 15063 RefreshLicensesAsync

メソッド

AddLicenseAsync(IBuffer)

指定したアプリ ライセンスをインストールします。

GetSatisfactionInfosAsync(IIterable<String>, IIterable<String>)

指定した製品のライセンス権利情報を取得します。

RefreshLicensesAsync(LicenseRefreshOption)

現在のデバイス上のアプリ ライセンスのライセンス情報を更新します。

適用対象