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입니다.

적용 대상