PageParserFilter.AddControl(Type, IDictionary) Methode

Definition

Fügt ein ControlBuilder Objekt in der Seitensteuerelementstruktur an der aktuellen Seitenparserposition 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 dargestellt ControlBuilder wird.

attributes
IDictionary

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

Hinweise

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

Gilt für: