'Declaration Public Overloads Function IndexOf( _ ByVal value As XMLSSAttribute _ ) As Integer
'Usage Dim instance As XMLSSAttributeCollection Dim value As XMLSSAttribute Dim value As Integer value = instance.IndexOf(value)
public int IndexOf( XMLSSAttribute value )
Parameters
- value
- A reference to the XMLSSAttribute to locate.
Return Value
The zero-based index of the first occurrence of value within the entire list, if found; otherwise, returns -1.