ActivityCollectionChangeEventArgs.RemovedItems Propriedade
Definição
Obtém um ICollection fortemente tipado do tipo Activity que contém cada Activity removido.Gets a strongly typed ICollection of type Activity containing each removed 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 da propriedade
Um ICollection fortemente tipado do tipo Activity que contém cada Activity removido.A strongly typed ICollection of type Activity containing each removed Activity.