The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
ActivityCollection::Add Method (Activity^)
.NET Framework (current version)
Adds the Activity to the ICollection.
Assembly: System.Workflow.ComponentModel (in System.Workflow.ComponentModel.dll)
Parameters
- item
-
Type:
System.Workflow.ComponentModel::Activity^
The Activity to be added to the ICollection.
The following example shows access of the ActivityCollection which is the member of a composite activity class containing all child activities. This example illustrates the use of Add. This code example is part of the Throw SDK sample and is from the ThrowWorkflow.cs file. For more information, see Using the ThrowActivity Activity.
.NET Framework
Available since 3.0
Available since 3.0
Show: