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

定義

ICollection 内の指定したインデックス位置に項目を挿入します。

public:
 void Insert(int index, System::Workflow::ComponentModel::Activity ^ item);
public void Insert (int index, System.Workflow.ComponentModel.Activity item);
override this.Insert : int * System.Workflow.ComponentModel.Activity -> unit
Public Sub Insert (index As Integer, item As Activity)

パラメーター

index
Int32

項目を挿入する位置を示す、コレクション内での 0 から始まるインデックス

item
Activity

コレクションに挿入される Activity

実装

注釈

この ICollection はタイプ セーフです。 項目が Activity 型でない場合は、ランライム例外が発生します。

適用対象