次の方法で共有


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

プロパティ値

TemplateGroupCollection 環境の既定の設定を持つ、指定済みの WebPartZone オブジェクト。

注釈

プロパティは TemplateGroups 、その基本実装をオーバーライドして、 クラスに固有のコレクションを WebPartZone 返します。

適用対象