MetaModel.GetMetaType(Type) Méthode

Définition

En cas de substitution dans une classe dérivée, découvre la MetaType valeur pour le fichier spécifié Type.

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

Paramètres

type
Type

Type pour lequel l’objet MetaType est recherché.

Retours

Méta-type qui correspond au type spécifié.

S’applique à