ActivityCollectionChangeEventArgs.AddedItems 属性
定义
获取包含每个添加的 ICollection 的 Activity 类型的强类型 Activity。Gets a strongly typed ICollection of type Activity containing each added 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。A strongly typed ICollection of type Activity containing each added Activity.