ActivityCollectionChangeEventArgs.RemovedItems Propriété

Définition

Obtient un type ICollection fortement typé ActivityActivitycontenant chaque suppression.

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é

Type fortement typé ICollectionActivityActivitycontenant chaque suppression.

S’applique à