MobileControlBuilder.GetChildControlType(String, IDictionary) Método

Definição

Obtém o Type do tipo de controlo correspondente a uma etiqueta filha. Este método é chamado pelo framework de páginas ASP.NET. Esta API está obsoleta. Para informações sobre como desenvolver ASP.NET aplicações móveis, veja Apps & Mobile Apps; Sites com 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

Parâmetros

tagName
String

O nome da matrícula da criança.

attributes
IDictionary

Um conjunto de atributos contidos no controlo filho.

Devoluções

A Type do filho do controlo especificado.

Aplica-se a

Ver também