ActivityCollection.IList<Activity>.Insert(Int32, Activity) Metoda

Definicja

Wstawia element Object do określonego indeksu IList zerowego.

 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

Parametry

index
Int32

Położenie wstawiania na podstawie zera.

item
Activity

Obiekt do wstawienia. Musi być typu Activity.

Implementuje

Uwagi

Object Jeśli nie można rzutować do elementu Activity, zostanie zgłoszony obiekt niestandardowyException.

Dotyczy