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

項目が配置されている位置の 0 から始まるインデックス。

返品

ビュー内の指定した位置にある項目。

例外

indexが範囲外の場合。

注釈

このメソッドは、ビューに設定されている任意の SortDescriptions または Filter プロパティを使用してインデックスを評価します。

適用対象