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 集合物件。

適用於