Returns subnode with the given caption.
| C# | Visual Basic | Visual C++ |
public ShellTreeNode GetChildNode( string p_ChildNodeCaption )
Public Function GetChildNode ( _ p_ChildNodeCaption As String _ ) As ShellTreeNode
public: ShellTreeNode^ GetChildNode( String^ p_ChildNodeCaption )
- p_ChildNodeCaption (String)
- The caption of the subnode that should be returned.
The subnode with the given cpation or null, if no subnode with this caption was found.
This method compares only direct subnodes, it does not recurse the whole tree.