ITheme.ToXml Method

Applies to v2.

Converts the theme to XML.

Namespace:  Microsoft.WebMatrix.Extensibility.Editor
Assembly:  Microsoft.WebMatrix.Extensibility (in Microsoft.WebMatrix.Extensibility.dll)

Syntax

'Declaration
Function ToXml As String
'Usage
Dim instance As ITheme 
Dim returnValue As String 

returnValue = instance.ToXml()
string ToXml()
String^ ToXml()
abstract ToXml : unit -> string
function ToXml() : String

Return Value

Type: System.String
The XML string that represents the theme.

See Also

Reference

ITheme Interface

Microsoft.WebMatrix.Extensibility.Editor Namespace