ActivityCollectionChangeEventArgs.AddedItems Eigenschaft

Definition

Ruft eine ICollection mit starker Typisierung vom Typ Activity ab, die jede hinzugefügte Activity enthält.

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)

Eigenschaftswert

Eine ICollection mit starker Typisierung vom Typ Activity, die jede hinzugefügte Activity enthält.

Gilt für: