RootBuilder.GetChildControlType(String, IDictionary) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
返回任何已分析的子控件的控件类型。
此 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