MobileControlBuilder.GetChildControlType(String, IDictionary) Metodo

Definizione

Ottiene l'oggetto Type del tipo di controllo corrispondente a un tag figlio. Questo metodo viene chiamato dal framework per le pagine ASP.NET. Questa API è obsoleta. Per informazioni su come sviluppare applicazioni per dispositivi mobili ASP.NET, vedere App per dispositivi mobili & Siti con 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

Parametri

tagName
String

Nome del tag del controllo figlio.

attributes
IDictionary

Matrice di attributi contenuti nel controllo figlio.

Restituisce

Oggetto Type del controllo figlio del controllo specificato.

Si applica a

Vedi anche