XmlArrayItemAttributes.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 specified item in the attribute list.
Assembly: System.Xml.Serialization (in System.Xml.Serialization.dll)
'Declaration Private Function IndexOf ( _ value As Object _ ) As Integer Implements IList.IndexOf
Parameters
- value
- Type: System.Object
The object to locate in the attribute list.
Implements
IList.IndexOf(Object)
Show: