JAMS Developer Guide
GetSubnode Method


Genghis Namespace > Preferences Class : GetSubnode Method
The path of the new subnode.
Opens a new subnode to store settings under.
Syntax
'Declaration
 
Public Overridable Function GetSubnode( _
   ByVal subpath As System.String _
) As Preferences
'Usage
 
Dim instance As Preferences
Dim subpath As System.String
Dim value As Preferences
 
value = instance.GetSubnode(subpath)
public virtual Preferences GetSubnode( 
   System.string subpath
)

Parameters

subpath
The path of the new subnode.
Remarks
The subnode is created if it doesn't already exist.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Preferences Class
Preferences Members