HolographicFrameRenderingReport.FrameId Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the unique identifier for the HolographicFrame associated with the HolographicFrameRenderingReport.
public:
property HolographicFrameId FrameId { HolographicFrameId get(); };
HolographicFrameId FrameId();
public HolographicFrameId FrameId { get; }
var holographicFrameId = holographicFrameRenderingReport.frameId;
Public ReadOnly Property FrameId As HolographicFrameId
Property Value
A HolographicFrameId representing the unique identifier for the HolographicFrame associated with the HolographicFrameRenderingReport.