SortFieldCollection.IList.Item Property

This API supports the Team Foundation Server infrastructure and is not intended to be used directly from your code.

Namespace:  Microsoft.TeamFoundation.WorkItemTracking.Controls
Assembly:  Microsoft.TeamFoundation.WorkItemTracking.Controls (in Microsoft.TeamFoundation.WorkItemTracking.Controls.dll)

Syntax

'Declaration
Private Property Item ( _
    index As Integer _
) As Object Implements IList.Item
'Usage
Dim instance As SortFieldCollection 
Dim index As Integer 
Dim value As Object 

value = CType(instance, IList).Item(index)

CType(instance, IList).Item(index) = value
Object IList.this[
    int index
] { get; set; }
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;
}
JScript does not support explicit interface implementations.

Parameters

Property Value

Type: System.Object

Implements

IList.Item[Int32]

.NET Framework Security

See Also

Reference

SortFieldCollection Class

SortFieldCollection Members

Microsoft.TeamFoundation.WorkItemTracking.Controls Namespace