XmlBuilder.GetChildControlType(String, IDictionary) Method

Definition

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

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

Parameters

tagName
String

The tag name of the child control.

attribs
IDictionary

An array of attributes contained in the child control.

Returns

The GetChildControlType(String, IDictionary) method is overridden to always return null.

Remarks

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

Applies to

See also