StoreCanLicenseStatus 열거형

정의

DLC(다운로드 가능한 콘텐츠) 추가 기능 패키지에 대한 라이선스 상태 나타내는 값을 정의합니다.

public enum class StoreCanLicenseStatus
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Services.Store.StoreContract, 196608)]
enum class StoreCanLicenseStatus
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Services.Store.StoreContract), 196608)]
public enum StoreCanLicenseStatus
var value = Windows.Services.Store.StoreCanLicenseStatus.notLicensableToUser
Public Enum StoreCanLicenseStatus
상속
StoreCanLicenseStatus
특성

Windows 요구 사항

디바이스 패밀리
Windows 10, version 1803 (10.0.17134.0에서 도입되었습니다.)
API contract
Windows.Services.Store.StoreContract (v3.0에서 도입되었습니다.)

필드

Licensable 1

제품은 현재 사용자에게 라이선스를 부여할 수 있습니다.

LicenseActionNotApplicableToProduct 2

제품은 개별적으로 라이선스를 사용할 수 없습니다. 예를 들어 비 DLC 추가 기능(즉, 패키지가 없는 추가 기능)에 대해 Store ID를 CanAcquireStoreLicenseAsync(String) 메서드에 전달하는 경우에 발생할 수 있습니다.

NetworkError 3

네트워크 연결 오류로 인해 라이선스 요청이 성공하지 못했습니다.

NotLicensableToUser 0

사용자는 제품에 대한 라이선스를 취득할 권리가 없습니다.

ServerError 4

Microsoft Store에서 반환한 서버 오류로 인해 라이선스 요청이 성공하지 못했습니다.

적용 대상

추가 정보