HumanPresenceFeatures.IsAdaptiveDimmingSupported プロパティ

定義

ユーザーがデバイスに存在するか、存在しないか、またはデバイスと対話しているかに基づいて、人間のプレゼンス センサーが PC 画面を暗くできるかどうかを取得します。

public:
 property bool IsAdaptiveDimmingSupported { bool get(); };
bool IsAdaptiveDimmingSupported();
public bool IsAdaptiveDimmingSupported { get; }
var boolean = humanPresenceFeatures.isAdaptiveDimmingSupported;
Public ReadOnly Property IsAdaptiveDimmingSupported As Boolean

プロパティ値

Boolean

bool

True を指定すると、アダプティブ 調光がサポートされます。 それ以外の場合は false。

注釈

Windows 11 バージョン 22H2 ビルド 22621 の May Moment 更新プログラムで導入されました。

AttentionAwareDimming API (IsAttentionAwareDimmingSupportedIsAttentionAwareDimmingEnabled) の代わりに AdaptiveDimming API を使用することをお勧めします。現在は廃止されています。

ユーザーは、[システム設定] で優先する淡色表示の動作を指定できます (「 Windows 設定アプリを起動する」を参照してください)。

適用対象

こちらもご覧ください