Selects the ListItem that corresponds to the given ItemIdList.
| C# | Visual Basic | Visual C++ |
protected bool SelectPidl( ItemIdList Pidl )
Protected Function SelectPidl ( _ Pidl As ItemIdList _ ) As Boolean
protected: bool SelectPidl( ItemIdList^ Pidl )
- Pidl (ItemIdList)
- An ItemIdList Relative to the current folder.
true if the item could be found and selected, false otherwise.