XmlBuilder.GetChildControlType(String, IDictionary) Método

Definição

Obtém o TypeXml controle filho especificado do controle filho do controle.

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

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

Comentários

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

Aplica-se a

Confira também