StoreConsumableStatus 列挙型
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
コンシューマブル アドオンに関連する要求の状態を表す値を定義します。
public enum class StoreConsumableStatus
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Services.Store.StoreContract, 65536)]
enum class StoreConsumableStatus
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Services.Store.StoreContract), 65536)]
public enum StoreConsumableStatus
var value = Windows.Services.Store.StoreConsumableStatus.succeeded
Public Enum StoreConsumableStatus
- 継承
-
StoreConsumableStatus
- 属性
Windows の要件
デバイス ファミリ |
Windows 10 Anniversary Edition (10.0.14393.0 で導入)
|
API contract |
Windows.Services.Store.StoreContract (v1.0 で導入)
|
フィールド
InsufficentQuantity | 1 | コンシューマブル アドオンの残りの残高が低すぎるため、要求は成功しませんでした。 |
NetworkError | 2 | ネットワーク接続エラーのため、要求は成功しませんでした。 |
ServerError | 3 | Microsoft Store から返されたサーバー エラーが原因で、要求が成功しませんでした。 |
Succeeded | 0 | 要求は成功しました。 |
注釈
StoreConsumableResult.Status プロパティは StoreConsumableStatus 値を返します。