StateManagedCollection.IList.Item[Int32] プロパティ

定義

指定されたインデックス位置の IStateManager 要素を取得します。

property System::Object ^ System::Collections::IList::Item[int] { System::Object ^ get(int index); void set(int index, System::Object ^ value); };
object System.Collections.IList.Item[int index] { get; set; }
member this.System.Collections.IList.Item(int) : obj with get, set
 Property Item(index As Integer) As Object Implements IList.Item

パラメーター

index
Int32

取得する要素の 0 から始まるインデックス。

プロパティ値

指定したインデックス位置にある要素。

実装

例外

指定した index はコレクションの範囲外です。

適用対象

こちらもご覧ください