ActivityCollectionChangeEventArgs.RemovedItems 属性

定义

获取包含每个移除的 ICollectionActivity 类型的强类型 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

适用于