次の方法で共有


LicenseManager.AddLicenseAsync(IBuffer) メソッド

定義

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

public:
 static IAsyncAction ^ AddLicenseAsync(IBuffer ^ license);
/// [Windows.Foundation.Metadata.RemoteAsync]
 static IAsyncAction AddLicenseAsync(IBuffer const& license);
[Windows.Foundation.Metadata.RemoteAsync]
public static IAsyncAction AddLicenseAsync(IBuffer license);
function addLicenseAsync(license)
Public Shared Function AddLicenseAsync (license As IBuffer) As IAsyncAction

パラメーター

license
IBuffer

インストールするライセンスの内容。

戻り値

インストール操作を表すオブジェクト。

属性

Windows の要件

アプリの機能
storeLicenseManagement

適用対象