MobileControlBuilder.GetChildControlType(String, IDictionary) Méthode

Définition

Obtient le Type type de contrôle correspondant à une balise enfant. Cette méthode est appelée par l’infrastructure de page ASP.NET. Cette API est obsolète. Pour plus d’informations sur le développement d’applications mobiles ASP.NET, consultez Mobile Apps & Sites avec ASP.NET.

public:
 override Type ^ GetChildControlType(System::String ^ tagName, System::Collections::IDictionary ^ attributes);
public override Type GetChildControlType(string tagName, System.Collections.IDictionary attributes);
override this.GetChildControlType : string * System.Collections.IDictionary -> Type
Public Overrides Function GetChildControlType (tagName As String, attributes As IDictionary) As Type

Paramètres

tagName
String

Nom de balise de l’enfant.

attributes
IDictionary

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

Retours

Enfant Type du contrôle spécifié.

S’applique à

Voir aussi