CompositeActivity::Activities Property
.NET Framework (current version)
Gets the object representing the collection, ActivityCollection, of all child activities.
Assembly: System.Workflow.ComponentModel (in System.Workflow.ComponentModel.dll)
public: [BrowsableAttribute(false)] property ActivityCollection^ Activities { ActivityCollection^ get(); }
Property Value
Type: System.Workflow.ComponentModel::ActivityCollection^ActivityCollection of all child activities.
Represents the collection of child activities managed by the composite activity. This collection can be updated.
The following code shows how to create activities and add them as children to a composite activity and includes setting the CanModifyActivities permissive for this type.
This code example is part of the Throw SDK sample and is from the ThrowWorkFlow.cs file. For more information, see Throw Sample.
.NET Framework
Available since 3.0
Available since 3.0
Show: