言語

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 オブジェクト。

こちらもご覧ください

適用対象