다음을 통해 공유


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

현재 실행 중인 앱에 대한 라이선스만 새로 고칩니다.

적용 대상