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)

プロパティ値

削除された各 ICollection が格納された、厳密に型指定された ActivityActivity

適用対象