List.AddParsedSubObject(Object) 方法
定义
通知服务器控件,分析了一个元素,并将该元素添加到服务器控件的 ControlCollection 对象中。Notifies the server control that an element was parsed, and adds the element to the server control's ControlCollection object. 此 API 已废弃不用。This API is obsolete. 若要了解如何开发 ASP.NET 移动应用,请参阅 Mobile Apps & Sites with ASP.NET (ASP.NET 移动应用和网站)。For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET.
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)