[To be supplied.]
[Visual Basic] Overrides Public Function GetChildControlType( _ ByVal tagName As String, _ ByVal attribs As IDictionary _ ) As Type [C#] public override Type GetChildControlType( string tagName, IDictionary attribs ); [C++] public: override Type* GetChildControlType( String* tagName, IDictionary* attribs ); [JScript] public override function GetChildControlType( tagName : String, attribs : IDictionary ) : Type;
PropertyBuilder Class | PropertyBuilder Members | System.Web.UI Namespace