XmlBuilder.GetChildControlType(String, IDictionary) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
.