ActivityCollectionChangeEventArgs.AddedItems Propiedad

Definición

Obtiene un ICollection fuertemente tipado de tipo Activity que contiene cada Activity agregado.

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

IList<Activity>

Un ICollection fuertemente tipado de tipo Activity que contiene cada Activity agregado.

Se aplica a