Searches for the specified object and returns the zero-based index of the
first occurrence within the entire Collections.
| C# | Visual Basic | Visual C++ |
public int IndexOf( ShellSystemListItem item )
Public Function IndexOf ( _ item As ShellSystemListItem _ ) As Integer
public: virtual int IndexOf( ShellSystemListItem^ item ) sealed
- item (ShellSystemListItem)
- The object to locate in the Collection. The value can be null for reference types.