ActivityCollectionChangeEventArgs.RemovedItems 속성

정의

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

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)

속성 값

제거ICollectionActivity 각 형식을 포함하는 강력한 형식 Activity 입니다.

적용 대상