ActivityCollection.IList<Activity>.Insert(Int32, Activity) 메서드

정의

지정된 인 ObjectIList 덱스(0부터 시작하는 인덱스)에 삽입합니다.

 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

매개 변수

index
Int32

삽입의 0부터 시작하는 위치입니다.

item
Activity

삽입할 개체입니다. 형식 Activity이어야 합니다.

구현

설명

캐스팅 ObjectActivity수 없는 경우 사용자 지정 Exception 이 발생합니다.

적용 대상