TemplateEditingService 类

定义

注意

Use of this type 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

提供在设计时编辑控件模板的服务。 此类不能被继承。

此 API 支持产品基础结构,不能在代码中直接使用。

public ref class TemplateEditingService sealed : IDisposable, System::Web::UI::Design::ITemplateEditingService
public sealed class TemplateEditingService : IDisposable, System.Web.UI.Design.ITemplateEditingService
[System.Obsolete("Use of this type 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 sealed class TemplateEditingService : IDisposable, System.Web.UI.Design.ITemplateEditingService
type TemplateEditingService = class
    interface ITemplateEditingService
    interface IDisposable
[<System.Obsolete("Use of this type 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")>]
type TemplateEditingService = class
    interface ITemplateEditingService
    interface IDisposable
Public NotInheritable Class TemplateEditingService
Implements IDisposable, ITemplateEditingService
继承
TemplateEditingService
属性
实现

注解

备注

TemplateEditingService 类已过时。 通过 TemplateGroups 控件设计器的属性公开模板。 设计宿主 TemplatedEditableDesignerRegionTemplateDefinition TemplateGroup 控件设计器中定义的每个创建一个对象。

构造函数

TemplateEditingService(IDesignerHost)

此 API 支持产品基础结构,不能在代码中直接使用。

使用指定的设计器宿主初始化 TemplateEditingService 类的新实例。

属性

SupportsNestedTemplateEditing

此 API 支持产品基础结构,不能在代码中直接使用。

获取一个值,该值指示服务是否支持嵌套模板编辑。

方法

CreateFrame(TemplatedControlDesigner, String, String[])

此 API 支持产品基础结构,不能在代码中直接使用。

使用指定的名称和模板为指定的模板化控件设计器创建新的模板编辑框。

CreateFrame(TemplatedControlDesigner, String, String[], Style, Style[])

此 API 支持产品基础结构,不能在代码中直接使用。

使用指定的名称、模板名称、控件样式和模板样式为指定的 TemplatedControlDesigner 对象创建一个新的模板编辑框。

Dispose()

此 API 支持产品基础结构,不能在代码中直接使用。

释放由 TemplateEditingService 对象使用的所有资源。

Equals(Object)

确定指定对象是否等于当前对象。

(继承自 Object)
Finalize()

此 API 支持产品基础结构,不能在代码中直接使用。

完成该服务。

GetContainingTemplateName(Control)

此 API 支持产品基础结构,不能在代码中直接使用。

获取父模板的名称。

GetHashCode()

作为默认哈希函数。

(继承自 Object)
GetType()

获取当前实例的 Type

(继承自 Object)
MemberwiseClone()

创建当前 Object 的浅表副本。

(继承自 Object)
ToString()

返回表示当前对象的字符串。

(继承自 Object)

适用于

另请参阅