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

適用対象