ActivityCollection::IList::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)
private: property Object^ default[ int index ] { virtual Object^ get(int index) sealed = IList::default::get; virtual void set(int index, Object^ value) sealed = IList::default::set; }
Parameters
- index
-
Type:
System::Int32
Zero-based index into the ICollection.
Property Value
Type: System::Object^Returns Object, a member activity of the ICollection, whose index in the ICollection was specified in the call.
Implements
IList::Item[Int32]
.NET Framework
Available since 3.0
Available since 3.0
Show: