Share via


MetaDataMember.IsDeclaredBy(MetaType) Méthode

Définition

En cas de substitution dans une classe dérivée, spécifie si ce membre est déclaré par le type spécifié.

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

Paramètres

type
MetaType

Type à vérifier.

Retours

true si ce membre est déclaré par le type spécifié ; sinon, false.

S’applique à