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 值。