Modifica

Share via


MultiView.AddParsedSubObject(Object) Method

Definition

Notifies the MultiView control that an XML or HTML element was parsed, and adds the element to the ViewCollection collection of the MultiView control.

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)

Parameters

obj
Object

An Object that represents the parsed element.

Exceptions

The specified Object is not a View control.

Remarks

This method overrides the base class implementation to allow only View controls to be added to the ViewCollection.

Applies to

See also