XmlBuilder.GetChildControlType(String, IDictionary) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
public:
override Type ^ GetChildControlType(System::String ^ tagName, System::Collections::IDictionary ^ attribs);
public override Type GetChildControlType(string tagName, System.Collections.IDictionary attribs);
override this.GetChildControlType : string * System.Collections.IDictionary -> Type
Public Overrides Function GetChildControlType (tagName As String, attribs As IDictionary) As Type
参数
- tagName
- String
子控件的标记名称。
- attribs
- IDictionary
子控件中包含的属性数组。
返回
此方法 GetChildControlType(String, IDictionary) 被重写为始终返回 null。
注解
类 GetChildControlType 的方法 XmlBuilder 替代 GetChildControlType 类的方法 ControlBuilder 。 此方法的 GetChildControlType 此实现始终返回 null。