RootBuilder.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.
Returns the control type of any parsed child controls.
This API supports the product infrastructure and is not intended to be used directly from your code.
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
The IDictionary object that holds all the specified tag attributes.
Returns
The type of the child control.
Remarks
The GetChildControlType method overrides the implementation of this method in ControlBuilder.