Sdílet prostřednictvím


DesignTimeTemplateParser.ParseTheme(IDesignerHost, String, String) Metoda

Definice

Parsuje motiv v době návrhu.

Toto rozhraní API podporuje produktovou infrastrukturu a není určené k použití přímo z uživatelského kódu.

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

Parametry

host
IDesignerHost

Spravuje komponenty návrháře.

theme
String

Obsah, který se má analyzovat.

themePath
String

Cesta k motivu, která se používá při vytváření analyzátoru.

Návraty

Z RootBuilder analyzátoru, který parsoval motiv.

Výjimky

Při analýze motivu došlo k chybě.

Platí pro

Viz také