CompiledTemplateBuilder 类
定义
public ref class CompiledTemplateBuilder sealed : System::Web::UI::ITemplate
public sealed class CompiledTemplateBuilder : System.Web.UI.ITemplate
type CompiledTemplateBuilder = class
interface ITemplate
Public NotInheritable Class CompiledTemplateBuilder
Implements ITemplate
- 继承
-
CompiledTemplateBuilder
- 实现
注解
CompiledTemplateBuilderASP.NET 使用类从生成的类代码创建模板化控件的模板。The CompiledTemplateBuilder class is used by ASP.NET to create a template for a templated control from the generated class code. 不应在代码中直接使用。It is not meant to be used directly in your code.
构造函数
| CompiledTemplateBuilder(BuildTemplateMethod) |
此 API 支持产品基础结构,不能在代码中直接使用。 初始化 CompiledTemplateBuilder 类的新实例。Initializes a new instance of the CompiledTemplateBuilder class. |
方法
| Equals(Object) |
确定指定对象是否等于当前对象。Determines whether the specified object is equal to the current object. (继承自 Object) |
| GetHashCode() |
作为默认哈希函数。Serves as the default hash function. (继承自 Object) |
| GetType() |
获取当前实例的 Type。Gets the Type of the current instance. (继承自 Object) |
| InstantiateIn(Control) |
此 API 支持产品基础结构,不能在代码中直接使用。 使用模板包含的子控件填充 Control 对象。Populates the Control object with the child controls contained in the template. |
| MemberwiseClone() |
创建当前 Object 的浅表副本。Creates a shallow copy of the current Object. (继承自 Object) |
| ToString() |
返回表示当前对象的字符串。Returns a string that represents the current object. (继承自 Object) |