共用方式為


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 命名空間