PageParserFilter.AddControl(Type, IDictionary) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
在頁面剖析器的目前所在位置,將 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 版引進。 如需詳細資訊,請參閱版本和相依性。