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::Insert Method (Int32, Activity^)
.NET Framework (current version)
Inserts the item at the index in the ICollection.
Assembly: System.Workflow.ComponentModel (in System.Workflow.ComponentModel.dll)
Parameters
- index
-
Type:
System::Int32
Zero-based index of the collection at which to insert the item.
- item
-
Type:
System.Workflow.ComponentModel::Activity^
The Activity to be inserted into the collection.
This ICollection is type safe. A run-time exception is raised if an item is not of type Activity.
.NET Framework
Available since 3.0
Available since 3.0
Show: