ObjectListItemCollection.IndexOf(ObjectListItem) Method

Definition

Returns the index of the specified item in an ObjectListItemCollection object. This API is obsolete. For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET.

public:
 int IndexOf(System::Web::UI::MobileControls::ObjectListItem ^ item);
public int IndexOf (System.Web.UI.MobileControls.ObjectListItem item);
member this.IndexOf : System.Web.UI.MobileControls.ObjectListItem -> int
Public Function IndexOf (item As ObjectListItem) As Integer

Parameters

item
ObjectListItem

An item to search for in the collection.

Returns

The index of the specified item in an ObjectListItemCollection.

Remarks

Returns the index of the specified item as an integer. If the specified field is not found, the IndexOf method returns -1.

Applies to

See also