CompositeActivity::Activities Property

 

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

Namespace:   System.Workflow.ComponentModel
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.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 3.0
Return to top
Show: