Share via


Theme.ToXml Method

Applies to v2.

Returns the XML representation of a theme.

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

Syntax

'Declaration
Public Function ToXml As String
'Usage
Dim instance As Theme 
Dim returnValue As String 

returnValue = instance.ToXml()
public string ToXml()
public:
virtual String^ ToXml() sealed
abstract ToXml : unit -> string  
override ToXml : unit -> string
public final function ToXml() : String

Return Value

Type: System.String
The XML representation of a theme.

Implements

ITheme.ToXml()

See Also

Reference

Theme Class

Microsoft.WebMatrix.Extensibility.Editor Namespace