HolographicFrame.AddedCameras Propriété

Définition

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

public:
 property IVectorView<HolographicCamera ^> ^ AddedCameras { IVectorView<HolographicCamera ^> ^ get(); };
IVectorView<HolographicCamera> AddedCameras();
public IReadOnlyList<HolographicCamera> AddedCameras { get; }
var iVectorView = holographicFrame.addedCameras;
Public ReadOnly Property AddedCameras As IReadOnlyList(Of HolographicCamera)

Valeur de propriété

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

Remarques

Les caméras s’affichent uniquement dans cette liste après leur exposition dans l’événement CameraAdded sur //! permettre aux applications d’initialiser toutes les mémoires tampons par caméra sur un thread d’arrière-plan.

S’applique à