'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.