共用方式為


MetaType.GetInheritanceType(Type) 方法

定義

在衍生類別中覆寫時,會取得繼承子類型的 MetaType

public:
 abstract System::Data::Linq::Mapping::MetaType ^ GetInheritanceType(Type ^ type);
public abstract System.Data.Linq.Mapping.MetaType GetInheritanceType (Type type);
abstract member GetInheritanceType : Type -> System.Data.Linq.Mapping.MetaType
Public MustOverride Function GetInheritanceType (type As Type) As MetaType

參數

type
Type

子型別。

傳回

繼承子型別的 MetaType

適用於