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 中引入。 有关详细信息,请参见版本和依赖关系

适用于