ActivityCollection.IList.Insert(Int32, Object) メソッド

定義

ObjectIList 内の、0 から始まるインデックスで指定された位置に挿入します。

 virtual void System.Collections.IList.Insert(int index, System::Object ^ value) = System::Collections::IList::Insert;
void IList.Insert (int index, object value);
override this.System.Collections.IList.Insert : int * obj -> unit
Sub Insert (index As Integer, value As Object) Implements IList.Insert

パラメーター

index
Int32

挿入位置を表す、0 から始まるインデックス。

value
Object

挿入するオブジェクト。 Activity 型でなければなりません。

実装

適用対象