Returns the ShellListItem for the given ItemIdList
| C# | Visual Basic | Visual C++ |
protected FileListItem ItemOfPidl( ItemIdList p_ItemIdList )
Protected Function ItemOfPidl ( _ p_ItemIdList As ItemIdList _ ) As FileListItem
protected: FileListItem^ ItemOfPidl( ItemIdList^ p_ItemIdList )
- p_ItemIdList (ItemIdList)
- An ItemIdList Relative to the current folder.
The ShellListITem that correponds to the given ITemIdList, null if no matching item could be found.