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)

屬性值

一個強型別 ICollection 的型別 Activity ,包含每個移除 Activity的 。

適用於