MultiView.AddParsedSubObject(Object) 方法

定義

告知 MultiView 控制項,XML 或 HTML 項目已剖析,並將該項目加入至 ViewCollection 控制項的 MultiView 集合中。

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

例外狀況

指定的 Object 不是 View 控制項。

備註

這個方法會覆寫基類實作,只 View 允許將控制項新增至 ViewCollection

適用於

另請參閱