BaseDataList.AddParsedSubObject(Object) 方法

定義

通知伺服器控制項,指出已經剖析項目 (XML 或 HTML),並將該項目加入至伺服器控制項的 ControlCollection 集合。

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

代表已剖析項目的 Object

適用於