Dela via


Theme Constructor

Applies to v2.

Initializes a new instance of the Theme class.

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

Syntax

'Declaration
Public Sub New ( _
    themeName As String _
)
'Usage
Dim themeName As String 

Dim instance As New Theme(themeName)
public Theme(
    string themeName
)
public:
Theme(
    String^ themeName
)
new : 
        themeName:string -> Theme
public function Theme(
    themeName : String
)

Parameters

See Also

Reference

Theme Class

Microsoft.WebMatrix.Extensibility.Editor Namespace