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!

ITagNameToTypeMapper.GetControlType

[To be supplied.]

[Visual Basic]
Function GetControlType( _
   ByVal tagName As String, _
   ByVal attribs As IDictionary _
) As Type
[C#]
Type GetControlType(
   string tagName,
   IDictionary attribs
);
[C++]
Type* GetControlType(
   String* tagName,
   IDictionary* attribs
) = 0;
[JScript]
function GetControlType(
   tagName : String,
   attribs : IDictionary
) : Type;

Parameters

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

See Also

ITagNameToTypeMapper Interface | ITagNameToTypeMapper Members | System.Web.UI Namespace