다음을 통해 공유


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입니다.

적용 대상