ActivityCollectionChangeEventArgs.RemovedItems Vlastnost

Definice

Získá silné typy ICollection typu Activity obsahující každý odebraný 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)

Hodnota vlastnosti

Typ silného typu ICollectionActivity obsahující každý odebraný Activity.

Platí pro