DesignerSerializationManager.GetType(String) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取请求的类型。
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 方法。