SelectionList.AddParsedSubObject(Object) 方法

定义

通知服务器控件对元素(XML 或 HTML)进行了分析,并将该元素添加到服务器控件的 Controls 集合对象。 此 API 已过时。 有关如何开发 ASP.NET 移动应用程序的信息,请参阅 Mobile Apps &具有 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)

参数

obj
Object

要添加到服务器控件集合 Controls 对象的对象引用。

适用于