Share via


HolographicFrameRenderingReport.FrameId Property

Definition

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.

Applies to

See also