TableCell.AddParsedSubObject(Object) 方法

定义

将已分析的子控件添加到 TableCell 控件。

protected:
 override void AddParsedSubObject(System::Object ^ obj);
protected override void AddParsedSubObject (object obj);
override this.AddParsedSubObject : obj -> unit
Protected Overrides Sub AddParsedSubObject (obj As Object)

参数

obj
Object

一个 Object,表示已经过分析的元素。

注解

TableCell如果控件包含子控件,则调用基类AddParsedSubObject的 方法;否则,TableCell控件的Text属性值将作为 LiteralControl 对象添加到TableCell控件的 ControlCollection

方法 AddParsedSubObject 主要由扩展控件功能的 TableCell 控件开发人员使用。

继承者说明

在派生类中重写 AddParsedSubObject(Object) 方法时,请务必调用基类的 AddParsedSubObject(Object) 方法,以便将 对象正确添加到 TableCell 控件 ControlCollection

适用于

另请参阅