XmlBuilder::GetChildControlType Method (String^, IDictionary^)
.NET Framework (current version)
Namespace:
System.Web.UI.WebControls
Assembly: System.Web (in System.Web.dll)
Return to top
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.
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
Available since 2.0
Show: