ThemeProvider(IDesignerHost, String, String, String[], String) 생성자
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
ThemeProvider 클래스의 새 인스턴스를 초기화합니다.
public:
ThemeProvider(System::ComponentModel::Design::IDesignerHost ^ host, System::String ^ name, System::String ^ themeDefinition, cli::array <System::String ^> ^ cssFiles, System::String ^ themePath);
public ThemeProvider (System.ComponentModel.Design.IDesignerHost host, string name, string themeDefinition, string[] cssFiles, string themePath);
new System.Web.UI.ThemeProvider : System.ComponentModel.Design.IDesignerHost * string * string * string[] * string -> System.Web.UI.ThemeProvider
Public Sub New (host As IDesignerHost, name As String, themeDefinition As String, cssFiles As String(), themePath As String)
매개 변수
- host
- IDesignerHost
현재 디자이너 환경을 나타내는 IDesignerHost입니다.
- name
- String
ThemeProvider를 나타내는 테마 또는 스타일시트 테마의 이름입니다. 이 매개 변수는 null
일 수 있습니다.
- themeDefinition
- String
ParseTheme(IDesignerHost, String, String) 메서드에 전달된 테마 정보로, 테마의 연결된 원시 내용입니다.
- cssFiles
- String[]
ThemeProvider가 나타내는 테마가 포함된 CSS 스타일시트 파일의 이름입니다.
- themePath
- String
명명된 테마에 대한 컨트롤 스킨 정보 및 테마가 포함된 파일의 절대 경로입니다.
설명
themeDefinition
매개 변수가 전달 되는 ThemeProvider(IDesignerHost, String, String, String[], String) 생성자는 테마와 연결 된 모든 컨트롤 스킨의 연결을 나타내지만 직접 노출 되지 않습니다는 ThemeProvider 이 특정 매개 변수가 전달 클래스는 DesignTimeTemplateParser 검색할를 ControlBuilder 이며 그렇지 않은 경우 사용 되지 않습니다.