XmlBuilder.GetChildControlType(String, IDictionary) Método

Definición

Obtiene para Type el Xml control secundario especificado del control.

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 GetChildControlType(String, IDictionary) método se invalida para devolver nullsiempre .

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