Selects the ShellTreeNode for the given ItemIdList.
| C# | Visual Basic | Visual C++ |
protected bool GotoFolderIdList( ItemIdList p_ItemIdList )
Protected Function GotoFolderIdList ( _ p_ItemIdList As ItemIdList _ ) As Boolean
protected: bool GotoFolderIdList( ItemIdList^ p_ItemIdList )
- p_ItemIdList (ItemIdList)
- The ItemIdList of the shell item that should be selected.
true if the requested shell item was found and selected; otherwise false.
If for some reason only a prent item fo the requested shell item can be found, then this item will be selecdted.