Share via


DeviceSpecificControlBuilder.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 IDictionary de atributos contidos no controle filho.

Retornos

O Type do filho do controle especificado.

Exceções

tagName não é "Choice".

Comentários

Esse método é chamado pela estrutura de página ASP.NET durante a análise e não se destina a ser chamado diretamente em seu código.

Aplica-se a

Confira também