HolographicFrame.Id Property

Definition

Gets the unique identifier for the HolographicFrame within its parent HolographicSpace.

public:
 property HolographicFrameId Id { HolographicFrameId get(); };
HolographicFrameId Id();
public HolographicFrameId Id { get; }
var holographicFrameId = holographicFrame.id;
Public ReadOnly Property Id As HolographicFrameId

Property Value

A HolographicFrameId representing the unique identifier for the HolographicFrame.

Windows requirements

Device family
Windows 10, version 2004 (introduced in 10.0.19041.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v10.0)

Remarks

Identifier values within a HolographicSpace are guaranteed to be strictly increasing.

Applies to

See also