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
)
參數
themeName
型別:System.String佈景主題的名稱。