'Declaration
Public Overloads Shared Function GetUserNode( _ ByVal path As System.String, _ ByVal filename As System.String _ ) As Preferences
'Usage
Dim path As System.String Dim filename As System.String Dim value As Preferences value = Preferences.GetUserNode(path, filename)
public static Preferences GetUserNode( System.string path, System.string filename )
Parameters
- path
- Represents the path the preferences are stored under. Equivalent to a directory path or a registry key path.
Important Note: The seperator character is slash ('/') NOT backslash ('\'). - filename
- The name of the file that contains the user preferences.