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

定義

指定した 0 から始まるインデックス位置にあるObjectIListを挿入します。

 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型である必要があります。

実装

適用対象