TemplatedControlDesigner.ActiveTemplateEditingFrame プロパティ

定義

注意事項

Use of this property is not recommended because template editing is handled in ControlDesigner. To support template editing expose template data in the TemplateGroups property and call SetViewFlags(ViewFlags.TemplateEditing, true). http://go.microsoft.com/fwlink/?linkid=14202

アクティブなテンプレート編集フレームを取得します。

public:
 property System::Web::UI::Design::ITemplateEditingFrame ^ ActiveTemplateEditingFrame { System::Web::UI::Design::ITemplateEditingFrame ^ get(); };
public System.Web.UI.Design.ITemplateEditingFrame ActiveTemplateEditingFrame { get; }
[System.Obsolete("Use of this property is not recommended because template editing is handled in ControlDesigner. To support template editing expose template data in the TemplateGroups property and call SetViewFlags(ViewFlags.TemplateEditing, true). http://go.microsoft.com/fwlink/?linkid=14202")]
public System.Web.UI.Design.ITemplateEditingFrame ActiveTemplateEditingFrame { get; }
member this.ActiveTemplateEditingFrame : System.Web.UI.Design.ITemplateEditingFrame
[<System.Obsolete("Use of this property is not recommended because template editing is handled in ControlDesigner. To support template editing expose template data in the TemplateGroups property and call SetViewFlags(ViewFlags.TemplateEditing, true). http://go.microsoft.com/fwlink/?linkid=14202")>]
member this.ActiveTemplateEditingFrame : System.Web.UI.Design.ITemplateEditingFrame
Public ReadOnly Property ActiveTemplateEditingFrame As ITemplateEditingFrame

プロパティ値

現在アクティブなテンプレート編集フレームである ITemplateEditingFrame

属性

注釈

Note

ActiveTemplateEditingFrame は互換性のために残されています。 テンプレート ベースのコントロールの TemplateGroups デザイナー内でテンプレートを公開または列挙するには、 プロパティを使用します。

適用対象

こちらもご覧ください