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

定義

インデックスに基づいて、ICollection のアクティビティを取得または設定します。

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

ICollection の 0 から始まるインデックス番号。

プロパティ値

Object

Objectび出しでICollectionインデックスが指定された 、、のメンバー アクティビティICollection

実装

適用対象