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)

プロパティ値

厳密に型指定された型のICollectionActivity、削除された各Activityを含みます。

適用対象