DeviceSpecificChoiceControlBuilder.GetChildControlType Método

Definición

Obtiene el tipo de los controles secundarios del control. Esta API está obsoleta. Para obtener información sobre cómo desarrollar aplicaciones móviles ASP.NET, consulta Mobile Apps & Sitios 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

Parámetros

tagName
String

Cadena que representa el nombre de la etiqueta.

attributes
IDictionary

Un objeto IDictionary.

Devoluciones

Se aplica a