System.Web.UI.WebControls.XmlBuilder.GetChildControlType Method

Obtains the Type for the System.Web.UI.WebControls.Xml control's specified child control.

Syntax

public override Type GetChildControlType (string tagName, IDictionary attribs)

Parameters

tagName
The tag name of the child control.
attribs
An array of attributes contained in the child control.

Returns

The System.Web.UI.ControlBuilder.GetChildControlType(string, IDictionary) method is overridden to always return null.

Remarks

Requirements

Namespace: System.Web.UI.WebControls
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0