XmlBuilder.GetChildControlType(String, IDictionary) 方法

定义

Type Xml获取控件的指定子控件。

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

适用于

另请参阅