WebPartZoneDesigner.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 环境的默认设置的 WebPartZone 对象。
注解
TemplateGroups属性重写其基实现以返回特定于类的集合 WebPartZone 。