共用方式為


LicenseManager.RefreshLicensesAsync(LicenseRefreshOption) 方法

定義

重新整理目前裝置上應用程式授權的授權資訊。

public:
 static IAsyncAction ^ RefreshLicensesAsync(LicenseRefreshOption refreshOption);
/// [Windows.Foundation.Metadata.RemoteAsync]
 static IAsyncAction RefreshLicensesAsync(LicenseRefreshOption const& refreshOption);
[Windows.Foundation.Metadata.RemoteAsync]
public static IAsyncAction RefreshLicensesAsync(LicenseRefreshOption refreshOption);
function refreshLicensesAsync(refreshOption)
Public Shared Function RefreshLicensesAsync (refreshOption As LicenseRefreshOption) As IAsyncAction

參數

refreshOption
LicenseRefreshOption

LicenseRefreshOption,指出是要重新整理裝置上的所有應用程式授權,還是只重新整理目前執行中應用程式的授權。

傳回

物件,表示異步操作。

屬性

Windows 需求

裝置系列
Windows 10 Creators Update (已於 10.0.15063.0 引進)
API contract
Windows.Foundation.UniversalApiContract (已於 v4.0 引進)
應用程式功能
storeLicenseManagement

適用於