Partager via


HolographicFramePresentationReport.PresentationCount Propriété

Définition

Nombre de fois où le cadre de l’application a été présenté par le compositeur.

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

Valeur de propriété

UInt32

unsigned int

uint32_t

Attributs

Remarques

Normalement un, mais peut être égal à zéro si l’image a été supprimée, ou supérieure à une si l’image a été présentée à nouveau en raison de l’arrivée en retard des images suivantes.

S’applique à