SceneComponentCollection.GetView Método

Definición

Obtiene una vista inmutable en la colección.

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

Devoluciones

Objeto que representa la vista de colección inmutable.

Implementaciones

Se aplica a

Consulte también