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