ShellBrowser .Net Edition
IndexOf Method (pItemIdList)
NamespacesJam.ShellShellSystemListIndexOf(ItemIdList)
Searches for the index of the ItemIdList within the shell-list. This function has O(n) complexity, since it iterates through all items within the list
Declaration Syntax
C#Visual BasicVisual C++
public int IndexOf(
	ItemIdList pItemIdList
)
Public Function IndexOf ( _
	pItemIdList As ItemIdList _
) As Integer
public:
int IndexOf(
	ItemIdList^ pItemIdList
)
Parameters
pItemIdList (ItemIdList)
The item id list that will be searched
Return Value
The index of the item, -1 if the item is not in the list

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