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