共用方式為


HolographicFramePresentationReport.MissedPresentationOpportunityCount 屬性

定義

應用程式框架完成轉譯之前遺漏的簡報機會數目。

public:
 property unsigned int MissedPresentationOpportunityCount { unsigned int get(); };
uint32_t MissedPresentationOpportunityCount();
/// [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 MissedPresentationOpportunityCount();
public uint MissedPresentationOpportunityCount { get; }
public uint MissedPresentationOpportunityCount { [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.missedPresentationOpportunityCount;
Public ReadOnly Property MissedPresentationOpportunityCount As UInteger

屬性值

UInt32

unsigned int

uint32_t

屬性

備註

如果此值大於零,撰寫器必須重新投影並呈現您先前的框架,以供稍後簡報機會的前端位置使用。

適用於