ActivityCollectionChangeEventArgs.AddedItems 属性

定义

获取包含每个添加的 ICollectionActivity 类型的强类型 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)

属性值

ICollection 类型的强类型 Activity,其中包含每个添加的 Activity

适用于