Click or drag to resize

SystemShellListItemCollectionTIndexOf(ItemIdList) Method

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.2
Syntax
public int IndexOf(
	ItemIdList pItemIdList
)

Parameters

pItemIdList  ItemIdList
The absolute ItemIdList identifying the shell object to look for.

Return Value

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