ActivityCollectionChangeEventArgs.AddedItems Propriété

Définition

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

public:
 property System::Collections::Generic::IList<System::Workflow::ComponentModel::Activity ^> ^ AddedItems { System::Collections::Generic::IList<System::Workflow::ComponentModel::Activity ^> ^ get(); };
public System.Collections.Generic.IList<System.Workflow.ComponentModel.Activity> AddedItems { get; }
member this.AddedItems : System.Collections.Generic.IList<System.Workflow.ComponentModel.Activity>
Public ReadOnly Property AddedItems As IList(Of Activity)

Valeur de propriété

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

S’applique à