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 또는 형식을 찾을 수 없는 경우의 형식 개체입니다.

적용 대상