ItemCollection.GetItemAt(Int32) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
返回此视图中位于从零开始的指定索引处的项。
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
项所在位置的索引(从零开始)。
返回
此视图中位于从零开始的指定索引处的项。
例外
index
超出范围。
集合未初始化或 ItemsSource 上的绑定提供了一个 null
值。
注解
此方法使用使用 SortDescriptions 或 Filter 属性在视图上设置的任何排序、筛选或分组条件来评估索引。