StyleSheetControlBuilder.GetChildControlType(String, IDictionary) Método
Definição
Importante
Algumas informações dizem respeito a um produto pré-lançado que pode ser substancialmente modificado antes de ser lançado. A Microsoft não faz garantias, de forma expressa ou implícita, em relação à informação aqui apresentada.
Obtém-se para Type os controlos filhos do controlo. Esta API está obsoleta. Para informações sobre como desenvolver ASP.NET aplicações móveis, veja
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
O nome da matrícula da criança.
- attributes
- IDictionary
Um conjunto de atributos contidos no controlo filho.
Devoluções
A Type do filho do controlo especificado.