ShellBrowser .Net Edition
GetChildNode Method (p_ChildNodeCaption)
NamespacesJam.ShellShellTreeNodeGetChildNode(String)
Returns subnode with the given caption.
Declaration Syntax
C#Visual BasicVisual C++
public ShellTreeNode GetChildNode(
	string p_ChildNodeCaption
)
Public Function GetChildNode ( _
	p_ChildNodeCaption As String _
) As ShellTreeNode
public:
ShellTreeNode^ GetChildNode(
	String^ p_ChildNodeCaption
)
Parameters
p_ChildNodeCaption (String)
The caption of the subnode that should be returned.
Return Value
The subnode with the given cpation or null, if no subnode with this caption was found.
Remarks
This method compares only direct subnodes, it does not recurse the whole tree.

Assembly: ShellBrowser (Module: ShellBrowser) Version: 4.2.1.45 (4.2.1.45)