PageParserFilter.AddControl(Type, IDictionary) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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.