This documentation is archived and is not being maintained.

VariableSizeList::IList::Item Property

Namespace:  Microsoft.TeamFoundation.WorkItemTracking.Common
Assembly:  Microsoft.TeamFoundation.WorkItemTracking.Client (in Microsoft.TeamFoundation.WorkItemTracking.Client.dll)

private:
virtual property Object^ Item[int index] {
	Object^ get (int index) sealed = IList::Item::get;
	void set (int index, Object^ value) sealed = IList::Item::set;
}

Parameters

index
Type: System::Int32

Property Value

Type: System::Object
Returns Object.

Implements

IList::Item

Show: