XmlBuilder.GetChildControlType(String, IDictionary) Método

Definición

Obtiene el valor de Type para el control secundario especificado del control Xml.

public:
 override Type ^ GetChildControlType(System::String ^ tagName, System::Collections::IDictionary ^ attribs);
public override Type GetChildControlType (string tagName, System.Collections.IDictionary attribs);
override this.GetChildControlType : string * System.Collections.IDictionary -> Type
Public Overrides Function GetChildControlType (tagName As String, attribs As IDictionary) As Type

Parámetros

tagName
String

Nombre de etiqueta del control secundario.

attribs
IDictionary

Matriz de atributos contenidos en el control secundario.

Devoluciones

El método GetChildControlType(String, IDictionary) se reemplaza para devolver siempre null.

Comentarios

El GetChildControlType método de la XmlBuilder clase invalida el GetChildControlType método de la ControlBuilder clase . Esta implementación del GetChildControlType método siempre devuelve null.

Se aplica a

Consulte también