次の方法で共有


DataListItemCollection.Item[Int32] プロパティ

定義

コレクション内の指定したインデックス位置の DataListItem オブジェクトを取得します。

public:
 property System::Web::UI::WebControls::DataListItem ^ default[int] { System::Web::UI::WebControls::DataListItem ^ get(int index); };
public System.Web.UI.WebControls.DataListItem this[int index] { get; }
member this.Item(int) : System.Web.UI.WebControls.DataListItem
Default Public ReadOnly Property Item(index As Integer) As DataListItem

パラメーター

index
Int32

取得するコレクション内の DataListItem のインデックス。

プロパティ値

DataListItem

コレクション内の指定したインデックス位置にある DataListItem オブジェクト。

注釈

配列表記を使用して、指定したインデックス位置からオブジェクトを取得 DataListItem するには、 DataListItemCollection このインデクサーを使用します。

適用対象

こちらもご覧ください