The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
XmlSchemaType::IsDerivedFrom Method (XmlSchemaType^, XmlSchemaType^, XmlSchemaDerivationMethod)
.NET Framework (current version)
Returns a value indicating if the derived schema type specified is derived from the base schema type specified
Assembly: System.Xml (in System.Xml.dll)
public: static bool IsDerivedFrom( XmlSchemaType^ derivedType, XmlSchemaType^ baseType, XmlSchemaDerivationMethod except )
Parameters
- derivedType
-
Type:
System.Xml.Schema::XmlSchemaType^
The derived XmlSchemaType to test.
- baseType
-
Type:
System.Xml.Schema::XmlSchemaType^
The base XmlSchemaType to test the derived XmlSchemaType against.
- except
-
Type:
System.Xml.Schema::XmlSchemaDerivationMethod
One of the XmlSchemaDerivationMethod values representing a type derivation method to exclude from testing.
Return Value
Type: System::Booleantrue if the derived type is derived from the base type; otherwise, false.
.NET Framework
Available since 2.0
Available since 2.0
Show: