Compartir a través de


DisplayPath.PresentationRate Propiedad

Definición

Obtiene o establece un valor opcional para la frecuencia de actualización, también conocida como la velocidad de sincronización vertical, del modo de destino de esta ruta de acceso.

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)

Valor de propiedad

Un valor DisplayPresentationRate .

Comentarios

Esta propiedad puede permanecer sin establecer (null) para permitir que el sistema lo rellene durante una llamada a TryApply o TryFunctionalize.

Se aplica a