ActivityCollection.IList.Insert(Int32, Object) Méthode

Définition

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

 virtual void System.Collections.IList.Insert(int index, System::Object ^ value) = System::Collections::IList::Insert;
void IList.Insert (int index, object value);
override this.System.Collections.IList.Insert : int * obj -> unit
Sub Insert (index As Integer, value As Object) Implements IList.Insert

Paramètres

index
Int32

Position de base zéro de l'insertion.

value
Object

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

Implémente

S’applique à