ActivityCollection.Insert(Int32, Activity) 메서드

정의

의 인덱 ICollection스에 항목을 삽입합니다.

public:
 void Insert(int index, System::Workflow::ComponentModel::Activity ^ item);
public void Insert(int index, System.Workflow.ComponentModel.Activity item);
override this.Insert : int * System.Workflow.ComponentModel.Activity -> unit
Public Sub Insert (index As Integer, item As Activity)

매개 변수

index
Int32

항목을 삽입할 컬렉션의 인덱스(0부터 시작)입니다.

item
Activity

Activity 컬렉션에 삽입할 항목입니다.

구현

설명

형식 ICollection 이 안전합니다. 항목이 형식 Activity이 아닌 경우 런타임 예외가 발생합니다.

적용 대상