HolographicFrame.AddedCameras Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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.