共用方式為


AppResourceGroupEnergyQuotaState 列舉

定義

描述資源群組相對於其能源配額的執行方式。

public enum class AppResourceGroupEnergyQuotaState
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 327680)]
enum class AppResourceGroupEnergyQuotaState
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 327680)]
public enum AppResourceGroupEnergyQuotaState
var value = Windows.System.AppResourceGroupEnergyQuotaState.unknown
Public Enum AppResourceGroupEnergyQuotaState
繼承
AppResourceGroupEnergyQuotaState
屬性

Windows 需求

裝置系列
Windows 10 Fall Creators Update (已於 10.0.16299.0 引進)
API contract
Windows.Foundation.UniversalApiContract (已於 v5.0 引進)

欄位

Over 1

資源群組已使用超過其能源配額。

Under 2

資源群組未使用其能源配額。

Unknown 0

無法判斷能源配額狀態。

適用於