DisplayPath.PresentationRate プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
このパスのターゲット モードの更新レート (垂直同期率とも呼ばれます) の省略可能な値を取得または設定します。
public:
property IReference<DisplayPresentationRate> ^ PresentationRate { IReference<DisplayPresentationRate> ^ get(); void set(IReference<DisplayPresentationRate> ^ value); };
IReference<DisplayPresentationRate> PresentationRate();
void PresentationRate(IReference<DisplayPresentationRate> value);
public System.Nullable<DisplayPresentationRate> PresentationRate { get; set; }
var iReference = displayPath.presentationRate;
displayPath.presentationRate = iReference;
Public Property PresentationRate As Nullable(Of DisplayPresentationRate)
プロパティ値
注釈
このプロパティは、 TryApply または TryFunctionalize の呼び出し中にシステムが入力できるようにするために、未設定 (null) のままにすることができます。