Compartir vía


MultiView.AddParsedSubObject(Object) Método

Definición

Notifica al control MultiView que se analizó un elemento XML o HTML y agrega ese elemento a la colección ViewCollection del control 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)

Parámetros

obj
Object

Object que representa el elemento analizado.

Excepciones

Object que se ha especificado no es un control View.

Comentarios

Este método invalida la implementación de clase base para permitir que solo View se agreguen controles a .ViewCollection

Se aplica a

Consulte también