Click or drag to resize

SystemShellListItemCollectionTIndexOf Method (ItemIdList)

Searches for the specified object and returns the zero-based index of the first occurrence within the entire collection.

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

Parameters

pItemIdList
Type: Jam.ShellItemIdList
The absolute ItemIdList identifying the shell object to look for.

Return Value

Type: Int32
The zero-based index of the first occurrence.
See Also