次の方法で共有


PowerManager.EffectivePowerMode プロパティ

定義

デバイスの現在の有効な電源モードを取得します。

public:
 static property IAsyncOperation<EffectivePowerMode> ^ EffectivePowerMode { IAsyncOperation<EffectivePowerMode> ^ get(); };
static IAsyncOperation<EffectivePowerMode> EffectivePowerMode();
public static IAsyncOperation<EffectivePowerMode> EffectivePowerMode { get; }
var iAsyncOperation = PowerManager.effectivePowerMode;
Public Shared ReadOnly Property EffectivePowerMode As IAsyncOperation(Of EffectivePowerMode)

プロパティ値

デバイスの現在の有効な電源モード。

適用対象

こちらもご覧ください