TemplateGroup Construtores
Definição
Inicializa uma nova instância da classe TemplateGroup.Initializes a new instance of the TemplateGroup class.
Sobrecargas
| TemplateGroup(String) |
Inicializa uma nova instância da classe TemplateGroup usando o nome fornecido.Initializes a new instance of the TemplateGroup class, using the provided name. |
| TemplateGroup(String, Style) |
Inicializa uma nova instância da classe TemplateGroup usando o nome e o estilo fornecidos.Initializes a new instance of the TemplateGroup class, using the provided name and style. |
TemplateGroup(String)
Inicializa uma nova instância da classe TemplateGroup usando o nome fornecido.Initializes a new instance of the TemplateGroup class, using the provided name.
public:
TemplateGroup(System::String ^ groupName);
public TemplateGroup (string groupName);
new System.Web.UI.Design.TemplateGroup : string -> System.Web.UI.Design.TemplateGroup
Public Sub New (groupName As String)
Parâmetros
- groupName
- String
O nome do grupo.The name of the group.
Aplica-se a
TemplateGroup(String, Style)
Inicializa uma nova instância da classe TemplateGroup usando o nome e o estilo fornecidos.Initializes a new instance of the TemplateGroup class, using the provided name and style.
public:
TemplateGroup(System::String ^ groupName, System::Web::UI::WebControls::Style ^ groupStyle);
public TemplateGroup (string groupName, System.Web.UI.WebControls.Style groupStyle);
new System.Web.UI.Design.TemplateGroup : string * System.Web.UI.WebControls.Style -> System.Web.UI.Design.TemplateGroup
Public Sub New (groupName As String, groupStyle As Style)
Parâmetros
- groupName
- String
O nome do grupoThe name of the group
- groupStyle
- Style
Um objeto Style a ser aplicado aos modelos no grupo.A Style object to be applied to templates in the group.