다음을 통해 공유


DisplayPath.PresentationRate 속성

정의

이 경로의 대상 모드에서 세로 동기화 속도라고도 하는 새로 고침 빈도에 대한 선택적 값을 가져오거나 설정합니다.

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)

속성 값

DisplayPresentationRate 값입니다.

설명

이 속성은 TryApply 또는 TryFunctionalize를 호출하는 동안 시스템이 채울 수 있도록 설정되지 않은 상태로 유지할 수 있습니다(null).

적용 대상