Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Applies to v2.
Saves the theme to a file.
Namespace: Microsoft.WebMatrix.Extensibility.Editor
Assembly: Microsoft.WebMatrix.Extensibility (in Microsoft.WebMatrix.Extensibility.dll)
Syntax
'Declaration
Sub SaveToFile ( _
fileName As String _
)
'Usage
Dim instance As ITheme
Dim fileName As String
instance.SaveToFile(fileName)
void SaveToFile(
string fileName
)
void SaveToFile(
String^ fileName
)
abstract SaveToFile :
fileName:string -> unit
function SaveToFile(
fileName : String
)
Parameters
fileName
Type: System.StringThe file name.