ListCollectionView.InternalIndexOf(Object) Method

Definition

Returns the index of the specified item in the InternalList.

protected:
 int InternalIndexOf(System::Object ^ item);
protected int InternalIndexOf (object item);
member this.InternalIndexOf : obj -> int
Protected Function InternalIndexOf (item As Object) As Integer

Parameters

item
Object

The item to return an index for.

Returns

The index of the specified item in the InternalList.

Applies to