共用方式為


PageParserFilter.AddControl(Type, IDictionary) 方法

定義

在頁面剖析器的目前所在位置,將 ControlBuilder 物件加入至頁面控制項樹狀結構中。

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)

參數

type
Type

表示 ControlBuilder 的控制項型別。

attributes
IDictionary

包含所有指定標記屬性的 IDictionary 物件。

備註

AddControl.NET Framework 3.5 版引進。 如需詳細資訊,請參閱版本和相依性

適用於