다음을 통해 공유


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 네임스페이스