DisplayFieldCollection.IList.IndexOf Method

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

Syntax

'Declaration
Private Function IndexOf ( _
    item As Object _
) As Integer Implements IList.IndexOf
int IList.IndexOf(
    Object item
)
private:
virtual int IndexOf(
    Object^ item
) sealed = IList::IndexOf
private abstract IndexOf : 
        item:Object -> int  
private override IndexOf : 
        item:Object -> int
JScript does not support explicit interface implementations.

Parameters

Return Value

Type: System.Int32
Returns Int32.

Implements

IList.IndexOf(Object)

.NET Framework Security

See Also

Reference

DisplayFieldCollection Class

Microsoft.TeamFoundation.WorkItemTracking.Controls Namespace