ActivityCollection.IList<Activity>.Insert(Int32, Activity) Méthode

Définition

Insère un Object dans IList à l'index de base zéro spécifié.

 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

Paramètres

index
Int32

Position de base zéro de l'insertion.

item
Activity

Objet à insérer. Il doit être de type Activity.

Implémente

Remarques

Si Object ne peut pas être converti dans un Activity, un Exception personnalisé est déclenché.

S’applique à