Windows apps
Collapse the table of content
Expand the table of content
Information
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^)

 

Inserts the item at the index in the ICollection.

Namespace:   System.Workflow.ComponentModel
Assembly:  System.Workflow.ComponentModel (in System.Workflow.ComponentModel.dll)

public:
void Insert(
	int index,
	Activity^ item
)

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
Return to top
Show:
© 2017 Microsoft