ActivityCollection.ICollection<Activity>.Add(Activity) 메서드

정의

의 끝에 개체 IList 를 추가합니다 IList.

 virtual void System.Collections.Generic.ICollection<System.Workflow.ComponentModel.Activity>.Add(System::Workflow::ComponentModel::Activity ^ item) = System::Collections::Generic::ICollection<System::Workflow::ComponentModel::Activity ^>::Add;
void ICollection<Activity>.Add(System.Workflow.ComponentModel.Activity item);
abstract member System.Collections.Generic.ICollection<System.Workflow.ComponentModel.Activity>.Add : System.Workflow.ComponentModel.Activity -> unit
override this.System.Collections.Generic.ICollection<System.Workflow.ComponentModel.Activity>.Add : System.Workflow.ComponentModel.Activity -> unit
Sub Add (item As Activity) Implements ICollection(Of Activity).Add

매개 변수

item
Activity

Object 에 추가할 수 있는 개체입니다IList.

구현

설명

형식Object이 아닌 경우 "Error_InvalidListItem" 오류 메시지와 함께 예외를 Activity 발생합니다.

적용 대상