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 | 製品は個別にライセンス可能ではありません。 たとえば、これは、DLC 以外のアドオン (つまり、パッケージのないアドオン ) の CanAcquireStoreLicenseAsync(String) メソッドにストア ID を渡した場合に発生する可能性があります。 |
NetworkError | 3 | ネットワーク接続エラーが原因でライセンス要求が成功しませんでした。 |
NotLicensableToUser | 0 | ユーザーには、製品のライセンスを取得する権利がありません。 |
ServerError | 4 | Microsoft Store から返されたサーバー エラーが原因で、ライセンス要求が成功しませんでした。 |