ActivityCollectionChangeEventArgs.RemovedItems 속성

정의

제거된 각 ICollection를 포함하는 Activity 형식의 강력한 형식 Activity을 가져옵니다.

public:
 property System::Collections::Generic::IList<System::Workflow::ComponentModel::Activity ^> ^ RemovedItems { System::Collections::Generic::IList<System::Workflow::ComponentModel::Activity ^> ^ get(); };
public System.Collections.Generic.IList<System.Workflow.ComponentModel.Activity> RemovedItems { get; }
member this.RemovedItems : System.Collections.Generic.IList<System.Workflow.ComponentModel.Activity>
Public ReadOnly Property RemovedItems As IList(Of Activity)

속성 값

IList<Activity>

제거된 각 ICollection를 포함하는 Activity 형식의 강력한 형식 Activity입니다.

적용 대상