編集

次の方法で共有


CompositeActivity.Activities Property

Definition

Gets the object representing the collection, ActivityCollection, of all child activities.

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

Property Value

ActivityCollection of all child activities.

Attributes

Remarks

Represents the collection of child activities managed by the composite activity. This collection can be updated.

Applies to