共用方式為


SelectionList.AddParsedSubObject(Object) 方法

定義

通知伺服器控制項,指出已經剖析項目 (XML 或 HTML),並將該項目加入至伺服器控制項的 Controls 集合物件。 這個 API 已經過時。 如需如何開發 ASP.NET 行動應用程式的資訊,請參閱 具有 ASP.NET 的Mobile Apps & Sites

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

適用於