Theme コンストラクター

v2 に適用されます。

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