XmlBuilder.GetChildControlType(String, IDictionary) Método

Definição

Obtém o Type para o Xml controlo filho especificado pelo controlo.

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

O nome da etiqueta do controlo infantil.

attribs
IDictionary

Um conjunto de atributos contidos no controlo filho.

Devoluções

O GetChildControlType(String, IDictionary) método é sobreposto para sempre devolver null.

Observações

O GetChildControlType método da XmlBuilder classe sobrepõe-se ao GetChildControlType método da ControlBuilder classe. Esta implementação do GetChildControlType método devolve nullsempre .

Aplica-se a

Ver também