public override SettingNode GetSubNode( string strSubNodePath )
public: SettingNode^ GetSubNode( String^ strSubNodePath ) override
Parameters
| Parameter Name | Description |
|---|---|
| strSubNodePath | Indicates the path of the child node (relative to path of the node, path starts after the path of the node). |
Return Value
The child node.If child node doesn't exist,NULL value is returned.