PageParserFilter.AddControl(Type, IDictionary) Método

Definição

Adiciona um ControlBuilder objeto na árvore de controlo da página na posição atual do parser de página.

protected:
 void AddControl(Type ^ type, System::Collections::IDictionary ^ attributes);
protected void AddControl(Type type, System.Collections.IDictionary attributes);
member this.AddControl : Type * System.Collections.IDictionary -> unit
Protected Sub AddControl (type As Type, attributes As IDictionary)

Parâmetros

type
Type

O tipo de controlo que o ControlBuilder representa.

attributes
IDictionary

O IDictionary objeto que contém todos os atributos da etiqueta especificados.

Observações

AddControl é introduzido na versão 3.5 do .NET Framework. Para mais informações, consulte Versões e Dependências.

Aplica-se a