EditorZoneDesigner.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
屬性值
以 EditorZone 環境之預設值先行指定的 TemplateGroupCollection。
備註
屬性 TemplateGroups 會覆寫其基底實作,以傳回集合以搭配 EditorZone 控制項使用。