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

定義

コレクション内の指定したインデックス位置の項目を取得または設定します。

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; }
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 から始まるインデックス。

プロパティ値

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

実装

例外

コレクションは読み取り専用です。

valuePropertyDescriptor ではありません。

index が 0 未満です。

または

indexCount 以上になっています。

適用対象