SynchronizedReadOnlyCollection(Of T).IList.IndexOf Method
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Determines the index of a specific item in the collection.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
'Declaration Private Function IndexOf ( _ value As Object _ ) As Integer Implements IList.IndexOf
Parameters
- value
- Type: System.Object
The element whose index is being retrieved.
Implements
IList.IndexOf(Object)
Show: