Partager via


MetaType.GetTypeForInheritanceCode(Object) Méthode

Définition

En cas de substitution dans une classe dérivée, obtient le type méta associé au code d’héritage spécifié.

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

Paramètres

code
Object

Code d'héritage.

Retours

Type méta associé au code d'héritage spécifié.

S’applique à