ActivityCollection.IList<Activity>.Insert(Int32, Activity) 方法

定义

Object 中指定的从零开始的索引处插入 IList

 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

插入到的从零开始的位置。

item
Activity

要插入的对象。 该对象的类型必须是 Activity

实现

注解

如果 Object 不能强制转换为 Activity,则引发自定义 Exception

适用于