HtmlHeadBuilder.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
包含在子控件中的属性的数组。
返回
指定控件的子控件的 Type。
注解
方法 GetChildControlType 返回由 HtmlTitle、 HtmlLink和 HtmlMeta 控件表示的子 HTML 元素的控件类型。 此方法在 Visual Basic) Nothing
中返回所有其他子控件的 null 引用 (。