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

与此类关联的追加 TemplateGroupCollection

注解

TemplateGroups属性重写其基实现以添加 TemplateGroup 特定于此类的对象。

适用于