次の方法で共有


EditorZoneDesigner.TemplateGroups プロパティ

定義

1 つ以上のテンプレート定義を含むテンプレート グループのコレクションを取得します。

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 コントロールで使用するコレクションを返します。

適用対象