RootBuilder.GetChildControlType(String, IDictionary) 方法

定义

返回任何已分析的子控件的控件类型。

此 API 支持产品基础结构,不能在代码中直接使用。

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

保存所有指定标记特性的 IDictionary 对象。

返回

Type

子控件的类型。

注解

GetChildControlType方法在中重写此方法的实现 ControlBuilder

适用于