ActivityCollection.IList<Activity>.Insert(Int32, Activity) メソッド

定義

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

 virtual void System.Collections.Generic.IList<System.Workflow.ComponentModel.Activity>.Insert(int index, System::Workflow::ComponentModel::Activity ^ item) = System::Collections::Generic::IList<System::Workflow::ComponentModel::Activity ^>::Insert;
void IList<Activity>.Insert (int index, System.Workflow.ComponentModel.Activity item);
abstract member System.Collections.Generic.IList<System.Workflow.ComponentModel.Activity>.Insert : int * System.Workflow.ComponentModel.Activity -> unit
override this.System.Collections.Generic.IList<System.Workflow.ComponentModel.Activity>.Insert : int * System.Workflow.ComponentModel.Activity -> unit
Sub Insert (index As Integer, item As Activity) Implements IList(Of Activity).Insert

パラメーター

index
Int32

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

item
Activity

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

実装

注釈

ObjectActivity にキャストできなかった場合、独自の Exception が発生します。

適用対象