EditorZoneDesigner.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

属性值

使用 EditorZone 环境的默认设置预先指定的 TemplateGroupCollection

注解

属性 TemplateGroups 重写其基实现,以返回与控件一起使用的 EditorZone 集合。

适用于