次の方法で共有


DisplayInformation クラス

定義

最上位ウィンドウまたはディスプレイ モニターの表示関連情報を監視および制御します。 クラスは、クライアントがビューが存在するディスプレイに影響を与える変更と、アプリ ウィンドウに影響を与える可能性があるディスプレイの変更を監視できるようにするイベントを提供します。

public ref class DisplayInformation sealed : IClosable
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.Foundation.WindowsAppSDKContract, 65538)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class DisplayInformation final : IClosable
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.Foundation.WindowsAppSDKContract), 65538)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class DisplayInformation : System.IDisposable
Public NotInheritable Class DisplayInformation
Implements IDisposable
継承
Object Platform::Object IInspectable DisplayInformation
属性
実装

プロパティ

DispatcherQueue

DisplayInformation オブジェクトに関連付けられているディスパッチャー キューを取得します。

IsStereoEnabled

デバイスがステレオスコピック 3D をサポートしているかどうかを示す値を取得します。

メソッド

Close()

DisplayInformation オブジェクトを閉じ、システム リソースを解放します。

CreateForDisplayId(DisplayId)

指定した DisplayId の新しい DisplayInformation オブジェクトを作成 します

注意

このメソッドは、 Microsoft.UI.Dispatching.DispatcherQueue が既に実行されているスレッドから呼び出す必要があります。

CreateForWindowId(WindowId)

指定した WindowId の新しい DisplayInformation オブジェクトを作成します。

注意

このメソッドは、 Microsoft.UI.Dispatching.DispatcherQueue が既に実行されているスレッドから呼び出す必要があります。

Dispose()

アンマネージ リソースの解放またはリセットに関連付けられているアプリケーション定義のタスクを実行します。

GetAdvancedColorInfo()

詳細な色の情報を取得します。

GetColorProfile()

物理ディスプレイに関連付けられている既定の国際色コンソーシアム (ICC) カラー プロファイルを取得します。

GetColorProfileAsync()

物理ディスプレイに関連付けられている既定の国際色コンソーシアム (ICC) カラー プロファイルを非同期的に取得します。

イベント

AdvancedColorInfoChanged

高度な色情報が変更されたときに発生します。

ColorProfileChanged

物理ディスプレイのカラー プロファイルが変更されたときに発生します。

Destroyed

DisplayInformation オブジェクトが破棄されたときに発生します。

IsStereoEnabledChanged

ステレオスコピック 3D のサポートが変更されたために IsStereoEnabled プロパティが変更されたときに発生します。

適用対象