HolographicFrame.RemovedCameras Propriété

Définition

Obtient la liste des objets HolographicCamera qui ont été supprimés depuis la dernière image.

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)

Valeur de propriété

Collection d’objets HolographicCamera qui ont été supprimés.

S’applique à