HolographicFramePresentationMonitor.ReadReports Méthode

Définition

Retourne une liste de rapports pour les présentations d’images qui se sont produites depuis la dernière fois que la méthode a été appelée.

public:
 virtual IVectorView<HolographicFramePresentationReport ^> ^ ReadReports() = ReadReports;
IVectorView<HolographicFramePresentationReport> ReadReports();
/// [Windows.Foundation.Metadata.Deprecated("Use HolographicFrameScanoutMonitor instead of HolographicFramePresentationMonitor. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 655360, "Windows.Foundation.UniversalApiContract")]
IVectorView<HolographicFramePresentationReport> ReadReports();
public IReadOnlyList<HolographicFramePresentationReport> ReadReports();
[Windows.Foundation.Metadata.Deprecated("Use HolographicFrameScanoutMonitor instead of HolographicFramePresentationMonitor. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 655360, "Windows.Foundation.UniversalApiContract")]
public IReadOnlyList<HolographicFramePresentationReport> ReadReports();
function readReports()
Public Function ReadReports () As IReadOnlyList(Of HolographicFramePresentationReport)

Retours

Liste des rapports.

Attributs

Remarques

Un rapport de présentation de trame n’est disponible qu’une fois que le compositeur présente l’image pour la dernière fois et passe à l’image suivante.

S’applique à