TableCell.AddParsedSubObject(Object) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
将已分析的子控件添加到 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)
参数
注解
TableCell如果控件包含子控件,则调用基类AddParsedSubObject的 方法;否则,TableCell控件的Text属性值将作为 LiteralControl 对象添加到TableCell控件的 ControlCollection。
方法 AddParsedSubObject 主要由扩展控件功能的 TableCell 控件开发人员使用。
继承者说明
在派生类中重写 AddParsedSubObject(Object) 方法时,请务必调用基类的 AddParsedSubObject(Object) 方法,以便将 对象正确添加到 TableCell 控件 ControlCollection。