XmlSchemaDatatype.IsDerivedFrom(XmlSchemaDatatype) Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
O método IsDerivedFrom(XmlSchemaDatatype) sempre retorna 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
Parâmetros
- datatype
- XmlSchemaDatatype
Retornos
Sempre retorna false
.