IWebFormReferenceManager.GetObjectType(String, String) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取指定对象的类型。
public:
Type ^ GetObjectType(System::String ^ tagPrefix, System::String ^ typeName);
public Type GetObjectType (string tagPrefix, string typeName);
abstract member GetObjectType : string * string -> Type
Public Function GetObjectType (tagPrefix As String, typeName As String) As Type
参数
- tagPrefix
- String
类型的标记前缀。
- typeName
- String
类型的名称。
返回
该对象的 Type(如果能够解析它的话)。
注解
备注
GetObjectType方法已过时。 对 GetType 类使用方法 WebFormsReferenceManager ,以获得等效的设计器功能。