次の方法で共有


HolographicFramePresentationMonitor.ReadReports メソッド

定義

メソッドが最後に呼び出されてから発生したフレーム プレゼンテーションのレポートの一覧を返します。

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)

戻り値

レポートの一覧。

属性

注釈

フレーム プレゼンテーション レポートは、コンポジターが最後にフレームを表示し、次のフレームに移動した後にのみ使用できます。

適用対象