'Declaration
Public Function CopyTo( _ ByVal filename As System.String _ ) As Preferences
'Usage
Dim instance As Preferences Dim filename As System.String Dim value As Preferences value = instance.CopyTo(filename)
public Preferences CopyTo( System.string filename )
Parameters
- filename
- The path to copy the saved xml preferences to.