XmlSchemaDatatype.IsDerivedFrom(XmlSchemaDatatype) 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.
La méthode IsDerivedFrom(XmlSchemaDatatype) retourne toujours false
.
public:
virtual bool IsDerivedFrom(System::Xml::Schema::XmlSchemaDatatype ^ datatype);
public virtual bool IsDerivedFrom(System.Xml.Schema.XmlSchemaDatatype datatype);
abstract member IsDerivedFrom : System.Xml.Schema.XmlSchemaDatatype -> bool
override this.IsDerivedFrom : System.Xml.Schema.XmlSchemaDatatype -> bool
Public Overridable Function IsDerivedFrom (datatype As XmlSchemaDatatype) As Boolean
Paramètres
- datatype
- XmlSchemaDatatype
Retours
Retourne toujours false
.