PageParserFilter.AddControl(Type, IDictionary) Método

Definición

Agrega un ControlBuilder objeto en el árbol de control de página en la posición actual del analizador 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

Tipo de ControlBuilder control que representa.

attributes
IDictionary

Objeto IDictionary que contiene todos los atributos de etiqueta especificados.

Comentarios

AddControl se introduce en la versión 3.5 de .NET Framework. Para obtener más información, vea Versiones y dependencias.

Se aplica a