Click or drag to resize

ExplorerBrowserIndexOf Method (ItemIdList)

Searches for the index of the ItemIdList within the listview. This function has O(n) complexity, since it iterates through all items within the list.

Namespace:  Jam.Shell
Assembly:  ShellBrowser (in ShellBrowser.dll) Version: 7.1
Syntax
public int IndexOf(
	ItemIdList pItemIdList
)

Parameters

pItemIdList
Type: Jam.ShellItemIdList
The ItemIdList that will be searched.

Return Value

Type: Int32
The index of the item or -1 if the item is not in the list.
See Also