HolographicFrame.RemovedCameras 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 list of HolographicCamera objects that were removed since last frame.
public:
property IVectorView<HolographicCamera ^> ^ RemovedCameras { IVectorView<HolographicCamera ^> ^ get(); };
IVectorView<HolographicCamera> RemovedCameras();
public IReadOnlyList<HolographicCamera> RemovedCameras { get; }
var iVectorView = holographicFrame.removedCameras;
Public ReadOnly Property RemovedCameras As IReadOnlyList(Of HolographicCamera)
Property Value
A collection of HolographicCamera objects that were removed.