Theme.SaveToFile Method
Applies to v2.
Saves a theme to a specified file.
Namespace: Microsoft.WebMatrix.Extensibility.Editor
Assembly: Microsoft.WebMatrix.Extensibility (in Microsoft.WebMatrix.Extensibility.dll)
Syntax
'Declaration
Public Sub SaveToFile ( _
fileName As String _
)
'Usage
Dim instance As Theme
Dim fileName As String
instance.SaveToFile(fileName)
public void SaveToFile(
string fileName
)
public:
virtual void SaveToFile(
String^ fileName
) sealed
abstract SaveToFile :
fileName:string -> unit
override SaveToFile :
fileName:string -> unit
public final function SaveToFile(
fileName : String
)
Parameters
fileName
Type: System.StringThe name of the file where the theme will be saved.