'Declaration
Public Overloads Shared Function GetUserNode( _ ByVal type As System.Type _ ) As Preferences
'Usage
Dim type As System.Type Dim value As Preferences value = Preferences.GetUserNode(type)
public static Preferences GetUserNode( System.Type type )
Parameters
- type
- The class you want to store settings for. All the periods in the name will be converted to slashes.