CompositeActivity.Activities プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
すべての子アクティビティのコレクション (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 すべての子アクティビティの
- 属性
注釈
複合アクティビティによって管理される子アクティビティのコレクションを表します。 このコレクションは更新できます。