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::IList::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)

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.

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