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

정의

Object 의 지정된 0부터 시작하는 인덱스에 IList 를 삽입합니다.

 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이 발생합니다.

적용 대상