ActivityCollection.IList.Insert(Int32, Object) Methode

Definition

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

 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

Parameter

index
Int32

Die nullbasierte Position der Einfügemarke.

value
Object

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

Implementiert

Gilt für: