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

Definice

Vloží hodnotu Object do zadaného indexu založeného na IList nule.

 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

Pozice vložení založená na nule.

item
Activity

Objekt, který se má vložit. Musí být typu Activity.

Implementuje

Poznámky

Object Pokud nelze přetypovat na objekt Activity, je vyvolán vlastníException.

Platí pro