JAMS Developer Guide
OpenSubKey Method


Genghis Namespace > Preferences Class : OpenSubKey Method
The path of the new subkey.
Gets a SubKey in the current key and returns it as a new Preferences.
Syntax
'Declaration
 
Public Function OpenSubKey( _
   ByVal subKey As System.String _
) As Preferences
'Usage
 
Dim instance As Preferences
Dim subKey As System.String
Dim value As Preferences
 
value = instance.OpenSubKey(subKey)
public Preferences OpenSubKey( 
   System.string subKey
)

Parameters

subKey
The path of the new subkey.
Remarks
If the SubKey doesn't already exist, null is returned.
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