Compartilhar via


XmlBuilder.GetChildControlType(String, IDictionary) Método

Definição

Obtém o Type para o controle filho especificado do controle 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

O nome da marca do controle filho.

attribs
IDictionary

Uma matriz de atributos contidos no controle filho.

Retornos

Type

O método GetChildControlType(String, IDictionary) é substituído para retornar sempre null.

Comentários

O GetChildControlType método da classe substitui o método da classe XmlBuilder GetChildControlType ControlBuilder . Essa implementação do método GetChildControlType sempre retorna null .

Aplica-se a

Confira também