ListCollectionView.InternalItemAt(Int32) Método

Definição

Retorna o item no índice determinado no InternalList.

protected:
 System::Object ^ InternalItemAt(int index);
protected object InternalItemAt (int index);
member this.InternalItemAt : int -> obj
Protected Function InternalItemAt (index As Integer) As Object

Parâmetros

index
Int32

O índice no qual o item está localizado.

Retornos

Object

O item no índice baseado em zero especificado na exibição.

Aplica-se a