DisplayPath.PhysicalPresentationRate プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
ディスプレイがピクセルをスキャンする実際の物理レートを取得または設定します (更新レートが仮想化されている場合)。
public:
property IReference<DisplayPresentationRate> ^ PhysicalPresentationRate { IReference<DisplayPresentationRate> ^ get(); void set(IReference<DisplayPresentationRate> ^ value); };
IReference<DisplayPresentationRate> PhysicalPresentationRate();
void PhysicalPresentationRate(IReference<DisplayPresentationRate> value);
public System.Nullable<DisplayPresentationRate> PhysicalPresentationRate { get; set; }
var iReference = displayPath.physicalPresentationRate;
displayPath.physicalPresentationRate = iReference;
Public Property PhysicalPresentationRate As Nullable(Of DisplayPresentationRate)
プロパティ値
ディスプレイがピクセルをスキャンする実際の物理速度を表す DisplayPresentationRate オブジェクト。
Windows の要件
デバイス ファミリ |
Windows 11 (10.0.22000.0 で導入)
|
API contract |
Windows.Foundation.UniversalApiContract (v14.0 で導入)
|
注釈
Windows 11以降、DisplayPresentationRate は、物理ディスプレイがリフレッシュ レートを仮想化できる場合に仮想化され、ネットワーク上の実際のピクセル レートを必ずしも表すとは限りません。
ディスプレイがピクセルをスキャンする実際の物理速度を確認するには、DisplayManager オブジェクトと DisplayPath オブジェクトの作成時に DisplayManagerOptions::VirtualRefreshRateAware フラグを使用します。
アプリケーションの DisplayManager が仮想リフレッシュ レートに対応していない場合は、 PhysicalPresentationRate にアクセスできません。