Udostępnij za pośrednictwem


BindingListCollectionView.GetItemAt(Int32) Metoda

Definicja

Pobiera element na określonej pozycji w widoku.

public:
 override System::Object ^ GetItemAt(int index);
public override object GetItemAt (int index);
override this.GetItemAt : int -> obj
Public Overrides Function GetItemAt (index As Integer) As Object

Parametry

index
Int32

Indeks oparty na zerze, w którym znajduje się element.

Zwraca

Object

Element na określonej pozycji w widoku.

Wyjątki

Jeśli index jest poza zakresem.

Uwagi

Ta metoda ocenia indeks z dowolnymi SortDescriptions właściwościami lub Filter ustawionymi w widoku.

Dotyczy