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의 형식이 Activity가 아닌 경우 오류 메시지 "Error_InvalidListItem"과 함께 예외가 발생합니다.

적용 대상