JamBaseShellListViewItemOfPidl Method |
Returns the ListItem for the given ItemIdList
Namespace:
Jam.Shell
Assembly:
ShellBrowser (in ShellBrowser.dll) Version: 7.1
Syntax protected ShellListBaseItem ItemOfPidl(
ItemIdList p_ItemIdList
)
Protected Function ItemOfPidl (
p_ItemIdList As ItemIdList
) As ShellListBaseItem
protected:
ShellListBaseItem^ ItemOfPidl(
ItemIdList^ p_ItemIdList
)
member ItemOfPidl :
p_ItemIdList : ItemIdList -> ShellListBaseItem
Parameters
- p_ItemIdList
- Type: Jam.ShellItemIdList
An ItemIdList relative to the current folder.
Return Value
Type:
ShellListBaseItemThe ListItem that correponds to the given ITemIdList, null if no matching item could be found.
See Also