ReplicatorActivity.DynamicActivities プロパティ

定義

実行中の子アクティビティ インスタンスの配列を取得します。

public:
 property System::Collections::Generic::ICollection<System::Workflow::ComponentModel::Activity ^> ^ DynamicActivities { System::Collections::Generic::ICollection<System::Workflow::ComponentModel::Activity ^> ^ get(); };
[System.ComponentModel.Browsable(false)]
public System.Collections.Generic.ICollection<System.Workflow.ComponentModel.Activity> DynamicActivities { get; }
[<System.ComponentModel.Browsable(false)>]
member this.DynamicActivities : System.Collections.Generic.ICollection<System.Workflow.ComponentModel.Activity>
Public ReadOnly Property DynamicActivities As ICollection(Of Activity)

プロパティ値

現在実行中の子アクティビティ インスタンスの配列。

属性

注釈

このプロパティによって返されるアクティビティ インスタンスは、 ReplicatorActivity内に含まれるアクティビティの種類のインスタンスです。 ReplicatorActivityがシーケンス モードで実行されている場合、配列には複数のアクティビティが含まれます。並列モードで実行されている場合、配列には現在実行中のすべてのインスタンスが含まれます。

適用対象