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