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)
.NET Framework (current version)
Gets or sets the activity in the ICollection based on the index.
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 |
.NET Framework
Available since 3.0
Available since 3.0
Show: