Partager via


MetaType.GetInheritanceType(Type) Méthode

Définition

En cas de substitution dans une classe dérivée, obtient MetaType pour un sous-type d’héritage.

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

Paramètres

type
Type

Sous-type.

Retours

MetaType pour un sous-type d'héritage.

S’applique à