StyleSheetControlBuilder.GetChildControlType(String, IDictionary) Método

Definição

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 Apps & Mobile Apps; Sites com 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

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.

Aplica-se a

Ver também