CompositeActivity.Activities プロパティ

定義

すべての子アクティビティのコレクション (ActivityCollection) を表すオブジェクトを取得します。

public:
 property System::Workflow::ComponentModel::ActivityCollection ^ Activities { System::Workflow::ComponentModel::ActivityCollection ^ get(); };
[System.ComponentModel.Browsable(false)]
public System.Workflow.ComponentModel.ActivityCollection Activities { get; }
[<System.ComponentModel.Browsable(false)>]
member this.Activities : System.Workflow.ComponentModel.ActivityCollection
Public ReadOnly Property Activities As ActivityCollection

プロパティ値

ActivityCollection すべての子アクティビティの

属性

注釈

複合アクティビティによって管理される子アクティビティのコレクションを表します。 このコレクションは更新できます。

適用対象