RootBuilder.GetChildControlType(String, IDictionary) Méthode

Définition

Retourne le type de tout contrôle enfant analysé.

Cette API prend en charge l'infrastructure du produit et n'est pas destinée à être utilisée directement à partir de votre code.

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

Objet IDictionary qui contient tous les attributs des balises spécifiées.

Retours

Type du contrôle enfant.

Remarques

La GetChildControlType méthode remplace l’implémentation de cette méthode dans ControlBuilder.

S’applique à