PageParserFilter.AddControl(Type, IDictionary) Método

Definição

Adiciona um ControlBuilder objeto na árvore de controle de página na posição atual do analisador de páginas.

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 controle que o ControlBuilder representa.

attributes
IDictionary

O IDictionary objeto que contém todos os atributos de marca especificados.

Comentários

AddControl é introduzido no .NET Framework versão 3.5. Para obter mais informações, consulte Versões e dependências.

Aplica-se a