Share via


PointKeyFrameCollection.GetView Método

Definición

Obtiene una vista inmutable en la colección.

public:
 virtual IVectorView<PointKeyFrame ^> ^ GetView() = IVector<PointKeyFrame ^>::GetView;
IVectorView<PointKeyFrame> GetView();
public IReadOnlyList<PointKeyFrame> GetView();
function getView()
Public Function GetView () As IReadOnlyList(Of PointKeyFrame)

Devoluciones

Objeto que representa la vista de colección inmutable.

Implementaciones

Se aplica a