Compartir a través de


ListControlBuilder.GetChildControlType(String, IDictionary) Método

Definición

Devuelve el nombre de etiqueta de un control secundario especificado. Esta API está obsoleta. Para obtener información sobre cómo desarrollar aplicaciones móviles ASP.NET, consulte 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

Nombre de la etiqueta del elemento secundario.

attributes
IDictionary

Matriz de atributos contenidos en el control secundario.

Devoluciones

Type del elemento secundario del control especificado.

Se aplica a

Consulte también