ShellBrowser .Net Edition
IndexOf Method (item)
NamespacesJam.ShellShellSystemListItemCollectionIndexOf(ShellSystemListItem)
Searches for the specified object and returns the zero-based index of the first occurrence within the entire Collections.
Declaration Syntax
C#Visual BasicVisual C++
public int IndexOf(
	ShellSystemListItem item
)
Public Function IndexOf ( _
	item As ShellSystemListItem _
) As Integer
public:
virtual int IndexOf(
	ShellSystemListItem^ item
) sealed
Parameters
item (ShellSystemListItem)
The object to locate in the Collection. The value can be null for reference types.
Return Value

Assembly: ShellBrowser (Module: ShellBrowser) Version: 4.2.1.45 (4.2.1.45)