Share via


MetaModel.GetMetaType(Type) 方法

定义

在派生类中重写时,发现指定 TypeMetaType

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

参数

type
Type

为其查找 MetaType 的类型。

返回

一个与指定的类型相对应的元数据类型。

适用于