WizardStepCollection.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; }
member this.System.Collections.IList.Item(int) : obj with get, set
 Property Item(index As Integer) As Object Implements IList.Item

パラメーター

index
Int32

コレクションから取得するオブジェクトのインデックス。

プロパティ値

取得するオブジェクト。

実装

注釈

このプロパティでは、myCollection[index] という構文を使用して、コレクション内の特定の要素にアクセスできます。

適用対象

こちらもご覧ください