ActivityCollectionChangeEventArgs.RemovedItems Propriété

Définition

Obtient un ICollection fortement typé de type Activity contenant chaque Activity supprimé.

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)

Valeur de propriété

IList<Activity>

Un ICollection fortement typé de type Activity contenant chaque Activity supprimé.

S’applique à