PageParserFilter.AddControl(Type, IDictionary) Metod

Definition

Lägger till ett ControlBuilder objekt i sidkontrollträdet på den aktuella sidparserns position.

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)

Parametrar

type
Type

Den kontrolltyp som ControlBuilder representerar.

attributes
IDictionary

Objektet IDictionary som innehåller alla angivna taggattribut.

Kommentarer

AddControl introduceras i .NET Framework version 3.5. Mer information finns i Versioner och beroenden.

Gäller för