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::Item Property (Int32)

 

Gets or sets the activity in the ICollection based on the index.

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

public:
property Activity^ default[
	int index
] {
	Activity^ get(int index);
	void set(int index, Activity^ value);
}

Parameters

index
Type: System::Int32

Zero-based index into the ICollection.

Property Value

Type: System.Workflow.ComponentModel::Activity^

A member activity of the ICollection, whose index in the ICollection was specified in the call.

Exception Condition
ArgumentOutOfRangeException

index is not a valid index in IList.

NotSupportedException

The property is set and the IList is read-only.

Exception

An attempt to set to an Object that is not an Activity.

.NET Framework
Available since 3.0
Return to top
Show:
© 2017 Microsoft