DesignerSerializationManager.GetType(String) 方法

定义

获取请求的类型。

protected:
 virtual Type ^ GetType(System::String ^ typeName);
protected virtual Type GetType (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 方法。

适用于