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.

Применяется к