DeviceSpecificChoiceControlBuilder.GetChildControlType(String, IDictionary) Método

Definição

Obtém o tipo para os controles filho do controle.Obtains the type for the control's child controls. Esta API está obsoleta.This API is obsolete. Para saber mais sobre como desenvolver aplicativos móveis ASP.NET, veja Mobile Apps & Sites with ASP.NET (Aplicativos móveis e sites com ASP.NET).For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with 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

Uma cadeia de caracteres que representa o nome da marca.A string that represents the name of the tag.

attributes
IDictionary

Um objeto IDictionary.An IDictionary object.

Retornos

Type

nenhuma.None.

Aplica-se a