共用方式為


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 中各樣板的項目。

備註

屬性TemplateGroups會從TemplateGroups基底屬性取得 TemplateGroupCollection 物件。 然後,它會新增至TemplateGroupCollectionTemplateGroup名為 「ItemTemplates“ 的物件,其中包含兩TemplateDefinition個名為 「StaticItemTemplate」 和 「DynamicItemTemplate」 的物件。 屬性會將 TemplateGroups 這個 TemplateGroupCollection 傳回給呼叫端。

適用於

另請參閱