Share via


MetaType.GetTypeForInheritanceCode(Object) 方法

定义

在派生类中重写时,获取与指定的继承代码关联的元类型。

public:
 abstract System::Data::Linq::Mapping::MetaType ^ GetTypeForInheritanceCode(System::Object ^ code);
public abstract System.Data.Linq.Mapping.MetaType GetTypeForInheritanceCode (object code);
abstract member GetTypeForInheritanceCode : obj -> System.Data.Linq.Mapping.MetaType
Public MustOverride Function GetTypeForInheritanceCode (code As Object) As MetaType

参数

code
Object

继承代码。

返回

与指定的继承代码关联的元类型。

适用于