Compartir a través de


StyleSheetControlBuilder.GetChildControlType(String, IDictionary) Método

Definición

Obtiene para Type 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 ^ name, System::Collections::IDictionary ^ attributes);
public override Type GetChildControlType(string name, System.Collections.IDictionary attributes);
override this.GetChildControlType : string * System.Collections.IDictionary -> Type
Public Overrides Function GetChildControlType (name As String, attributes As IDictionary) As Type

Parámetros

name
String

Nombre de 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