ActivityCollectionChangeEventArgs.AddedItems 屬性

定義

取得 ICollection 型別的強型別 Activity,包含每個已加入的 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

適用於