PageParserFilter.AddControl(Type, IDictionary) Methode

Definition

Fügt in der Steuerelementstruktur der Seite an der aktuellen Position des Seitenparsers ein ControlBuilder-Objekt hinzu.

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)

Parameter

type
Type

Der Steuerelementtyp, der vom ControlBuilder dargestellt wird.

attributes
IDictionary

Das IDictionary-Objekt, das alle angegebenen Tagattribute enthält.

Hinweise

AddControlwird in der .NET Framework Version 3.5 eingeführt. Weitere Informationen finden Sie unter Versionen und Abhängigkeiten.

Gilt für