Compartilhar via


MetaType.GetInheritanceType(Type) Método

Definição

Quando substituído em uma classe derivada, obtém o MetaType de um subtipo de herança.

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

Parâmetros

type
Type

O subtipo.

Retornos

O MetaType de um subtipo de herança.

Aplica-se a