Compartir a través de


IBindableVectorView.GetAt(UInt32) Método

Definición

Devuelve el elemento en el índice especificado del vector.

public:
 Platform::Object ^ GetAt(unsigned int index);
IInspectable GetAt(uint32_t const& index);
public object GetAt(uint index);
function getAt(index)
Public Function GetAt (index As UInteger) As Object

Parámetros

index
UInt32

unsigned int

uint32_t

Índice de base cero del elemento del vector que se va a devolver.

Devoluciones

Object

Platform::Object

IInspectable

Elemento que se encuentra en el índice especificado.

Comentarios

Esta interfaz admite la creación de colecciones enlazables de datos en C++. Al programar con .NET, debe usar ObservableCollection(Of T) o implementar IList e INotifyCollectionChanged.

Se aplica a

Consulte también