TemplateGroup 建構函式

定義

初始化 TemplateGroup 類別的新執行個體。

多載

TemplateGroup(String)

使用提供的名稱,初始化 TemplateGroup 類別的新執行個體。

TemplateGroup(String, Style)

使用提供的名稱和樣式,初始化 TemplateGroup 類別的新執行個體。

TemplateGroup(String)

使用提供的名稱,初始化 TemplateGroup 類別的新執行個體。

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)

參數

groupName
String

群組的名稱。

另請參閱

適用於

TemplateGroup(String, Style)

使用提供的名稱和樣式,初始化 TemplateGroup 類別的新執行個體。

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)

參數

groupName
String

群組的名稱。

groupStyle
Style

Style 物件,要套用至群組中的樣板。

另請參閱

適用於