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

適用於