IDesignerSerializationManager.GetType(String) 메서드

정의

지정된 이름의 형식을 가져옵니다.

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

매개 변수

typeName
String

로드할 형식의 정규화된 이름입니다.

반품

형식의 인스턴스이거나 null 형식을 로드할 수 없는 경우

적용 대상