ActivityCollection.IList<Activity>.Insert(Int32, Activity) Yöntem

Tanım

belirtilen sıfır tabanlı dizinde içine IList bir Object ekler.

 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

Parametreler

index
Int32

Eklemenin sıfır tabanlı konumu.

item
Activity

Eklenecek nesne. türünde olmalıdır Activity.

Uygulamalar

Açıklamalar

Object bir öğesine atanamazsa Activityözel bir oluşturulurException.

Şunlara uygulanır