StoreCanLicenseStatus 列舉
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
定義值,這些值表示可下載內容 (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 | 產品無法個別授權。 例如,如果您將市集識別碼傳遞給 CanAcquireStoreLicenseAsync (String) 方法,這是非 DLC 附加元件 (,也就是沒有套件的附加元件) 。 |
NetworkError | 3 | 授權要求因為網路連線錯誤而失敗。 |
NotLicensableToUser | 0 | 使用者沒有取得產品授權的權利。 |
ServerError | 4 | 授權要求失敗,因為 Microsoft Store 傳回的伺服器錯誤。 |