MultiView.AddParsedSubObject(Object) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
告知 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)
參數
例外狀況
備註
這個方法會覆寫基類實作,只 View 允許將控制項新增至 ViewCollection 。