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
的对象,该对象包含名为“StaticItemTemplate”和“DynamicItemTemplate”的两TemplateDefinition个对象。 属性 TemplateGroups 将此 TemplateGroupCollection 返回给调用方。