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
)
Public Function IndexOf (
pItemIdList As ItemIdList
) As Integer
public:
int IndexOf(
ItemIdList^ pItemIdList
)
member IndexOf :
pItemIdList : ItemIdList -> int
Parameters
- pItemIdList
- Type: Jam.ShellItemIdList
The absolute ItemIdList identifying the shell object to look for.
Return Value
Type:
Int32The zero-based index of the first occurrence.
See Also