XmlBuilder::GetChildControlType Method (String^, IDictionary^)

 

Obtains the Type for the Xml control's specified child control.

Namespace:   System.Web.UI.WebControls
Assembly:  System.Web (in System.Web.dll)

public:
virtual Type^ GetChildControlType(
	String^ tagName,
	IDictionary^ attribs
) override

Parameters

tagName
Type: System::String^

The tag name of the child control.

attribs
Type: System.Collections::IDictionary^

An array of attributes contained in the child control.

Return Value

Type: System::Type^

The GetChildControlType method is overridden to always return null.

The GetChildControlType method of the XmlBuilder class overrides the GetChildControlType method of the ControlBuilder class. This implementation of the GetChildControlType method always returns null.

.NET Framework
Available since 2.0
Return to top
Show: