Theme.Load Method

Applies to v2.

Loads a theme.

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

Syntax

'Declaration
Public Sub Load ( _
    xmlString As String _
)
'Usage
Dim instance As Theme 
Dim xmlString As String

instance.Load(xmlString)
public void Load(
    string xmlString
)
public:
void Load(
    String^ xmlString
)
member Load : 
        xmlString:string -> unit
public function Load(
    xmlString : String
)

Parameters

  • xmlString
    Type: System.String

    The XML string used to load a theme.

See Also

Reference

Theme Class

Microsoft.WebMatrix.Extensibility.Editor Namespace