ActivityCollectionChangeEventArgs.AddedItems Proprietà

Definizione

Ottiene un’interfaccia ICollection fortemente tipizzata di tipo Activity che contiene ogni classe Activity aggiunta.

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)

Valore della proprietà

IList<Activity>

Interfaccia ICollection fortemente tipizzata di tipo Activity che contiene ogni classe Activity aggiunta.

Si applica a