IThemeResolutionService.GetThemeProvider Método
Definição
Obtém um objeto ThemeProvider que representa o tema de personalização em uma página ASP.NET.Gets a ThemeProvider object that represents the customization theme on an ASP.NET page.
public:
System::Web::UI::ThemeProvider ^ GetThemeProvider();
public System.Web.UI.ThemeProvider GetThemeProvider ();
abstract member GetThemeProvider : unit -> System.Web.UI.ThemeProvider
Public Function GetThemeProvider () As ThemeProvider
Retornos
Um ThemeProvider que representa o tema de página aplicado a um controle compilado pelo ControlBuilder.A ThemeProvider that represents the page theme that is applied to a control built by the ControlBuilder.