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 的型別。

傳回

對應至指定之型別的中繼型別。

適用於