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

Definition

Fügt einen Object in den IList nullbasierten Index ein.

 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

Parameter

index
Int32

Die nullbasierte Position der Einfügemarke.

item
Activity

Das einzufügende Objekt. Er muss vom Typ Activitysein.

Implementiert

Hinweise

Wenn dies Object nicht möglich Activityist, wird eine Benutzerdefinierte Exception ausgelöst.

Gilt für: