PageParserFilter.AddControl(Type, IDictionary) Méthode

Définition

Ajoute un objet ControlBuilder dans l'arborescence contrôle de page à la position de l'analyseur de la page actuelle.

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)

Paramètres

type
Type

Le type de contrôle que le ControlBuilder représente.

attributes
IDictionary

Objet IDictionary qui contient tous les attributs des balises spécifiées.

Remarques

AddControlest introduit dans la .NET Framework version 3.5. Pour plus d’informations, consultez Versions et dépendances.

S’applique à