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 (如果找不到型別)。

適用於