ActivityCollectionChangeEventArgs.RemovedItems Propiedad

Definición

Obtiene un fuertemente tipado ICollection de tipo Activity que contiene cada objeto quitado 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)

Valor de propiedad

Fuertemente tipado ICollection de tipo Activity que contiene cada objeto quitado Activity.

Se aplica a