LoginDesigner.TemplateGroups プロパティ

定義

関連付けられているコントロールのフィールドのテンプレート グループのコレクションを取得します。

public:
 virtual property System::Web::UI::Design::TemplateGroupCollection ^ TemplateGroups { System::Web::UI::Design::TemplateGroupCollection ^ get(); };
public override System.Web.UI.Design.TemplateGroupCollection TemplateGroups { get; }
member this.TemplateGroups : System.Web.UI.Design.TemplateGroupCollection
Public Overrides ReadOnly Property TemplateGroups As TemplateGroupCollection

プロパティ値

TemplateGroupCollection内のテンプレート化された各フィールドの要素を含むLogin

注釈

TemplateGroups プロパティは、TemplateGroupCollection基本プロパティからTemplateGroups オブジェクトを取得し、関連付けられているTemplateGroup コントロールのレイアウト テンプレートの単一のTemplateDefinition オブジェクトを含むLogin オブジェクトをTemplateGroupCollectionに追加します。 TemplateGroups プロパティは、このTemplateGroupCollectionを呼び出し元に返します。

適用対象

こちらもご覧ください