共用方式為


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

繼承碼。

傳回

與指定的繼承碼關聯的中繼型別。

適用於