'Declaration
Public Overloads Shared Function GetUserRoot( _ ByVal filename As System.String _ ) As Preferences
'Usage
Dim filename As System.String Dim value As Preferences value = Preferences.GetUserRoot(filename)
public static Preferences GetUserRoot( System.string filename )
Parameters
- filename
- The file that contains the XML preferences
Return Value
A new Preferences object.