DesignerSerializationManager.GetType(String) 메서드

정의

요청된 형식을 가져옵니다.

protected:
 virtual Type ^ GetType(System::String ^ typeName);
protected virtual Type GetType(string typeName);
override this.GetType : string -> Type
Protected Overridable Function GetType (typeName As String) As Type

매개 변수

typeName
String

검색할 형식의 이름입니다.

반품

요청된 형식이거나 null 형식을 확인할 수 없는 경우

설명

메서드는 GetType 서비스 공급자를 ITypeResolutionService 검색하고, 사용 가능한 경우 해당 서비스에 위임하여 형식을 확인합니다. ITypeResolutionService 사용할 수 GetType 없는 경우 메서드를 호출합니다Object.GetType.

적용 대상