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

ITemplateEditingFrame,它是当前活动的模板编辑框。

属性

注解

备注

ActiveTemplateEditingFrame 属性已过时。 使用属性 TemplateGroups 在设计器中公开或枚举基于模板的控件的模板。

适用于

另请参阅