DesignTimeTemplateParser.ParseTheme(IDesignerHost, String, String) 方法

定义

在设计时分析主题。

此 API 支持产品基础结构,不能在代码中直接使用。

public:
 static System::Web::UI::ControlBuilder ^ ParseTheme(System::ComponentModel::Design::IDesignerHost ^ host, System::String ^ theme, System::String ^ themePath);
public static System.Web.UI.ControlBuilder ParseTheme (System.ComponentModel.Design.IDesignerHost host, string theme, string themePath);
static member ParseTheme : System.ComponentModel.Design.IDesignerHost * string * string -> System.Web.UI.ControlBuilder
Public Shared Function ParseTheme (host As IDesignerHost, theme As String, themePath As String) As ControlBuilder

参数

host
IDesignerHost

管理设计器组件。

theme
String

要分析的内容。

themePath
String

主题的路径,用于创建分析器。

返回

来自分析主题的分析器的 RootBuilder

例外

分析主题时发生错误。

适用于

另请参阅