XmlBuilder.GetChildControlType(String, IDictionary) Méthode

Définition

Obtient Type pour le contrôle enfant du contrôle Xml spécifié.

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

Paramètres

tagName
String

Nom de la balise du contrôle enfant.

attribs
IDictionary

Tableau d’attributs contenus dans le contrôle enfant.

Retours

Type

La méthode GetChildControlType(String, IDictionary) est substituée pour retourner toujours null.

Remarques

La GetChildControlType méthode de la XmlBuilder classe substitue la GetChildControlType méthode de la ControlBuilder classe. Cette implémentation de la GetChildControlType méthode retourne toujours null .

S’applique à

Voir aussi