SystemShellListItemCollectionTIndexOf(ItemIdList) Method |
Searches for the specified object and returns the zero-based index of the first occurrence within the entire collection.
Namespace: Jam.ShellAssembly: ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.2
Syntaxpublic int IndexOf(
ItemIdList pItemIdList
)
Public Function IndexOf (
pItemIdList As ItemIdList
) As Integer
public:
int IndexOf(
ItemIdList^ pItemIdList
)
member IndexOf :
pItemIdList : ItemIdList -> int Parameters
- pItemIdList ItemIdList
- The absolute ItemIdList identifying the shell object to look for.
Return Value
Int32The zero-based index of the first occurrence.
See Also