Theme 构造函数

适用于版本2

初始化 Theme 类的新实例。

命名空间:  Microsoft.WebMatrix.Extensibility.Editor
程序集:  Microsoft.WebMatrix.Extensibility(在 Microsoft.WebMatrix.Extensibility.dll 中)

语法

声明
Public Sub New ( _
    themeName As String _
)
用法
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
)

参数

请参阅

参考

Theme 类

Microsoft.WebMatrix.Extensibility.Editor 命名空间