HtmlHeadBuilder.GetChildControlType(String, IDictionary) Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
public:
override Type ^ GetChildControlType(System::String ^ tagName, System::Collections::IDictionary ^ attribs);
public override Type GetChildControlType (string tagName, System.Collections.IDictionary attribs);
override this.GetChildControlType : string * System.Collections.IDictionary -> Type
Public Overrides Function GetChildControlType (tagName As String, attribs As IDictionary) As Type
Parâmetros
- tagName
- String
O nome da marca do controle filho.
- attribs
- IDictionary
Uma matriz de atributos contidos no controle filho.
Retornos
O Type do controle filho do controle especificado.
Comentários
O GetChildControlType método retorna o tipo de controle para elementos HTML filho representados pelos HtmlTitle HtmlLink controles, e HtmlMeta . Esse método retorna uma referência nula ( Nothing
em Visual Basic) para todos os outros controles filho.