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!

IDesignerHost.GetType (String)

Gets the type instance for the specified fully qualified type name TypeName.

[Visual Basic]
Overloads Function GetType( _
   ByVal typeName As String _
) As Type
[C#]
Type GetType(
   string typeName
);
[C++]
Type* GetType(
   String* typeName
) = 0;
[JScript]
function GetType(
   typeName : String
) : Type;

Parameters

typeName
The name of the type to load.

Return Value

The type object for the given type name, or a null reference (in Visual Basic Nothing) if the type could not be found.

See Also

IDesignerHost Interface | IDesignerHost Members | System.ComponentModel.Design Namespace | IDesignerHost.GetType Overload List