次の方法で共有


DisplayPath.PhysicalPresentationRate プロパティ

定義

ディスプレイがピクセルをスキャンする実際の物理レートを取得または設定します (更新レートが仮想化されている場合)。

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 にアクセスできません。

適用対象