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)

반환

보고서 목록입니다.

특성

설명

프레임 프레젠테이션 보고서는 작성자가 마지막으로 프레임을 표시하고 다음 프레임으로 이동한 후에만 사용할 수 있습니다.

적용 대상