SaveThemes Method (Theme)
In This Topic
Saves a collection of themes into an Xml file.
Syntax
'Declaration
Public Shared Sub SaveThemes( _
ByVal () As Theme, _
ByVal As String _
)
public static void SaveThemes(
Theme[] ,
string
)
Parameters
- themes
- Array containing Theme objects.
- fileName
- Name of the Xml file where the themes will be saved.
See Also