MetaDataMember.IsDeclaredBy(MetaType) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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.