ShellBrowser .Net Edition
IndexOf Method (item)
NamespacesJam.ShellPathCollectionIndexOf(String)
Returns the index of the given path.
Declaration Syntax
C#Visual BasicVisual C++
public int IndexOf(
	string item
)
Public Function IndexOf ( _
	item As String _
) As Integer
public:
int IndexOf(
	String^ item
)
Parameters
item (String)
The path for that the index should be returned.
Return Value
The index of the path in this collection if the given path was found; -1 otherwise.

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