ItemCollection.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 超出范围。

集合未初始化或 ItemsSource 上的绑定提供了一个 null 值。

注解

此方法使用使用 SortDescriptionsFilter 属性在视图上设置的任何排序、筛选或分组条件来评估索引。

适用于