MobileControlBuilder.GetChildControlType(String, IDictionary) Método

Definição

Obtém o Type do tipo de controle correspondente a uma marca filha. Esse método é chamado pela estrutura de página ASP.NET. Esta API está obsoleta. Para obter informações sobre como desenvolver aplicativos móveis ASP.NET, consulte Aplicativos Móveis & 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 marca do filho.

attributes
IDictionary

Uma matriz de atributos contidos no controle filho.

Retornos

O Type do filho do controle especificado.

Aplica-se a

Confira também