GetChildControlType Method
Returns the tag type for the specified tag.
Syntax
Visual Basic Overrides Public Function
GetChildControlType(
ByVal sTagName As string,
ByVal oAttribs As IDictionary
) As TypeC# public override Type
GetChildControlType(
string sTagName,
IDictionary oAttribs
);Managed C++ public: Type
GetChildControlType(
string sTagName,
IDictionary oAttribs
);JScript public override function
GetChildControlType(
sTagName : string,
oAttribs : IDictionary
);
Parameters
sTagName Required. string. The name of the tag. oAttribs Required. IDictionary. The collection of attributes associated with the tag.
Return Value
Type. Returns the tag type for the specified tag.
Remarks
This method throws an exception if the string is empty.
Applies To
FilterControlBuilder
See Also