ShellTreeViewFindNode Method (ItemIdList, Boolean) |
Searches for the first node, that represents the passed ItemIdList. Checks all roots in the
ShellTree.
Namespace:
Jam.Shell
Assembly:
ShellBrowser (in ShellBrowser.dll) Version: 7.1
Syntax protected ShellTreeNode FindNode(
ItemIdList pItemIdList,
bool pForceExpand
)
Protected Function FindNode (
pItemIdList As ItemIdList,
pForceExpand As Boolean
) As ShellTreeNode
protected:
ShellTreeNode^ FindNode(
ItemIdList^ pItemIdList,
bool pForceExpand
)
member FindNode :
pItemIdList : ItemIdList *
pForceExpand : bool -> ShellTreeNode
Parameters
- pItemIdList
- Type: Jam.ShellItemIdList
The ItemIdList to be searched. - pForceExpand
- Type: SystemBoolean
True if nodes should be expanded during the search, false if only
expanded nodes are iterated.
Return Value
Type:
ShellTreeNodeThe found node or null if the ItemIdList could not be found.
See Also