BindingListCollectionView.GetItemAt(Int32) 方法

定义

检索位于视图中指定位置的项。

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

参数

index
Int32

项所在位置的索引(从零开始)。

返回

Object

位于视图中指定位置的项。

例外

如果 index 超出范围。

注解

此方法使用视图上设置的任何 SortDescriptions 属性 Filter 评估索引。

适用于