PowerManager.EffectivePowerMode2 屬性

定義

取得裝置目前的有效電源模式。

public:
 static property EffectivePowerMode EffectivePowerMode2 { EffectivePowerMode get(); };
static EffectivePowerMode EffectivePowerMode2();
public static EffectivePowerMode EffectivePowerMode2 { get; }
var effectivePowerMode = PowerManager.effectivePowerMode2;
Public Shared ReadOnly Property EffectivePowerMode2 As EffectivePowerMode

屬性值

裝置目前的有效電源模式。

適用於

另請參閱