ListCollectionView.IndexOf Method (Object)
.NET Framework (current version)
![]() |
---|
The .NET API Reference documentation has a new home. Visit the .NET API Browser on docs.microsoft.com to see the new experience. |
Returns the index where the given data item belongs in the collection, or -1 if the index of that item is unknown.
Assembly: PresentationFramework (in PresentationFramework.dll)
Parameters
- item
-
Type:
System.Object
The object to check for in the collection.
Return Value
Type: System.Int32The index of the item in the collection, or -1 if the item does not exist in the collection.
.NET Framework
Available since 3.0
Available since 3.0
Show: