ActivityCollectionChangeEventArgs.AddedItems Propiedad

Definición

Obtiene un tipo fuertemente tipado ICollection que contiene cada uno agregadoActivity.Activity

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)

Valor de propiedad

Fuertemente tipado ICollection de tipo Activity que contiene cada uno agregado Activity.

Se aplica a