DisplayEnhancementOverride クラス

定義

設定の表示をオーバーライドする方法を説明する基本機能が含まれています。

public ref class DisplayEnhancementOverride sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 393216)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class DisplayEnhancementOverride final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 393216)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class DisplayEnhancementOverride
Public NotInheritable Class DisplayEnhancementOverride
継承
Object Platform::Object IInspectable DisplayEnhancementOverride
属性

Windows の要件

デバイス ファミリ
Windows 10, version 1803 (10.0.17134.0 で導入)
API contract
Windows.Foundation.UniversalApiContract (v6.0 で導入)

注釈

このクラスは、 ColorOverrideSettingsBrightnessOverride の基底クラスとして機能します。

プロパティ

BrightnessOverrideSettings

明るさのオーバーライド設定を取得および設定します。

CanOverride

現在の表示設定をオーバーライドできるかどうかを示す値を取得します。

ColorOverrideSettings

色のオーバーライド設定を取得および設定します。

IsOverrideActive

表示拡張機能のオーバーライドがアクティブかどうかを示す値を取得します。

メソッド

GetCurrentDisplayEnhancementOverrideCapabilities()

現在のディスプレイ拡張機能のオーバーサイド機能を取得します。

GetForCurrentView()

現在のビューの表示拡張オーバーライド オブジェクトを取得します。

RequestOverride()

現在のディスプレイを現在のディスプレイオーバーライド設定でオーバーライドすることを要求します。

StopOverride()

この表示拡張オブジェクトが設定を適用しなくなったことをシステムに通知します。

イベント

CanOverrideChanged

表示設定をオーバーライドする機能が変更されたときに発生します。

DisplayEnhancementOverrideCapabilitiesChanged

表示拡張機能のオーバーライド機能が変更されたときに発生します。

IsOverrideActiveChanged

IsOverrideActive プロパティが変更されたときに発生します。

適用対象