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 控制項使用。

適用於