NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

PropertyBuilder.GetChildControlType

[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;

Parameters

tagName
[To be supplied.]
attribs
[To be supplied.]

See Also

PropertyBuilder Class | PropertyBuilder Members | System.Web.UI Namespace