ITheme.SaveToFile Method

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

See Also

Reference

ITheme Interface

Microsoft.WebMatrix.Extensibility.Editor Namespace