Compartilhar via


HolographicFramePresentationReport.PresentationCount Propriedade

Definição

O número de vezes que o quadro do aplicativo foi apresentado pelo compositor.

public:
 property unsigned int PresentationCount { unsigned int get(); };
uint32_t PresentationCount();
/// [get: Windows.Foundation.Metadata.Deprecated("Use IHolographicFrameScanoutReport instead of IHolographicFramePresentationReport. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 655360, "Windows.Foundation.UniversalApiContract")]
uint32_t PresentationCount();
public uint PresentationCount { get; }
public uint PresentationCount { [Windows.Foundation.Metadata.Deprecated("Use IHolographicFrameScanoutReport instead of IHolographicFramePresentationReport. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 655360, "Windows.Foundation.UniversalApiContract")] get; }
var uInt32 = holographicFramePresentationReport.presentationCount;
Public ReadOnly Property PresentationCount As UInteger

Valor da propriedade

UInt32

unsigned int

uint32_t

Atributos

Comentários

Normalmente, um, mas pode ser zero se o quadro tiver sido descartado ou maior que um se o quadro tiver sido apresentado novamente devido a quadros subsequentes que chegam atrasados.

Aplica-se a