MenuDesigner.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 内の各テンプレートの要素を格納している Menu

注釈

プロパティは TemplateGroupsTemplateGroupCollection 基本プロパティから オブジェクトを TemplateGroups 取得します。 次にTemplateGroupCollectionTemplateGroup、"StaticItemTemplate" と "ItemTemplatesDynamicItemTemplate" という名前の 2 つのTemplateDefinitionオブジェクトを含む "" という名前のオブジェクトに追加します。 プロパティは TemplateGroups 、呼び出し元にこれを TemplateGroupCollection 返します。

適用対象

こちらもご覧ください