Tries to find the ShellTreeNode for the given ItemIdList and executes the requested action on it.
| C# | Visual Basic | Visual C++ |
protected bool GotoFolderIdList( ItemIdList p_ItemIdList, ShellTreeView..::.GotoFolderIdListAction p_Action )
Protected Function GotoFolderIdList ( _ p_ItemIdList As ItemIdList, _ p_Action As ShellTreeView..::.GotoFolderIdListAction _ ) As Boolean
protected: bool GotoFolderIdList( ItemIdList^ p_ItemIdList, ShellTreeView..::.GotoFolderIdListAction p_Action )
- p_ItemIdList (ItemIdList)
- The ItemIdList of the shell item on that the action should be performed.
- p_Action (ShellTreeView..::.GotoFolderIdListAction)
- The action which should be performed.
true if the requested shell item was found and the action could be performed; otherwise false.