Freigeben über


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

Definition

Fügt Object in IList am nullbasierten angegebenen 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 des Einfügevorgangs.

item
Activity

Das einzufügende Objekt. Das Objekt muss vom Typ Activity sein.

Implementiert

Hinweise

Wenn Object nicht in Activity umgewandelt werden kann, wird eine benutzerdefinierte Exception ausgelöst.

Gilt für