MetaType.GetInheritanceType(Type) Methode

Definitie

Wanneer deze wordt overschreven in een afgeleide klasse, haalt u het MetaType voor een overnamesubtype op.

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

Parameters

type
Type

Het subtype.

Retouren

De MetaType voor een overnamesubtype.

Van toepassing op