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保存所有指定标记属性的对象。

返回

子控件的类型。

注解

该方法GetChildControlType替代此方法的实现。ControlBuilder

适用于