MenuDesigner.TemplateGroups 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得樣板群組的集合,做為關聯控制項的樣板。
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 傳回給呼叫端。