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테마의 이름입니다.