ActivityCollection.Insert(Int32, Activity) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
將項目插入在 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
集合的以零起始的索引,要在此處插入項目。
實作
備註
這個 ICollection 為型別安全。 如果項目不是 Activity 型別,就會引發執行階段例外狀況。