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

Gets an instance of the type.

Overload List

Gets an instance of the type for the specified fully qualified type name TypeName within the assembly AssemblyName.

[Visual Basic] Overloads Function GetType(String, AssemblyName) As Type
[C#] Type GetType(String, AssemblyName);
[C++] Type* GetType(String*, AssemblyName) = 0;
[JScript] function GetType(String, AssemblyName) : Type;

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

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

See Also

IDesignerHost Interface | IDesignerHost Members | System.ComponentModel.Design Namespace