IDesignerHost.GetType(String) 方法

定义

获取指定的完全限定类型名称的实例。

public:
 Type ^ GetType(System::String ^ typeName);
public Type GetType (string typeName);
public Type? GetType (string typeName);
abstract member GetType : string -> Type
Public Function GetType (typeName As String) As Type

参数

typeName
String

要加载的类型的名称。

返回

指定类型名称的类型对象,或者在无法找到该类型的情况下为 null

适用于