DesignTimeTemplateParser.ParseTheme(IDesignerHost, String, String) Metoda

Definicja

Analizuje motyw w czasie projektowania.

Ten interfejs API obsługuje infrastrukturę produktu i nie jest przeznaczony do użycia bezpośrednio z poziomu kodu.

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

Zarządza składnikami projektanta.

theme
String

Zawartość do analizy.

themePath
String

Ścieżka do motywu, która jest używana podczas tworzenia parsera.

Zwraca

ControlBuilder

RootBuilderZ analizatora, który przeanalizuje motyw.

Wyjątki

Wystąpił błąd podczas analizowania motywu.

Dotyczy

Zobacz też