LicenseRefreshOption 枚举

定义

定义可与 LicenseManager.RefreshLicensesAsync 方法一起使用的值,以指定要在当前设备上刷新的应用许可证。

public enum class LicenseRefreshOption
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 262144)]
enum class LicenseRefreshOption
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 262144)]
public enum LicenseRefreshOption
var value = Windows.ApplicationModel.Store.LicenseManagement.LicenseRefreshOption.runningLicenses
Public Enum LicenseRefreshOption
继承
LicenseRefreshOption
属性

Windows 要求

设备系列
Windows 10 Creators Update (在 10.0.15063.0 中引入)
API contract
Windows.Foundation.UniversalApiContract (在 v4.0 中引入)

字段

AllLicenses 1

刷新设备上的所有应用许可证。

RunningLicenses 0

仅刷新当前正在运行的应用的许可证。

适用于