System::Xml::Schema::XmlSchemaType::IsDerivedFrom metodu
XmlSchemaType::IsDerivedFrom method
Belirtilen türetilmiş şema tipinin belirtilen temel şema tipinden türetilip türetilmediğini gösteren bir değer döndürür.
static bool System::Xml::Schema::XmlSchemaType::IsDerivedFrom(SharedPtr<XmlSchemaType> derivedType, const SharedPtr<XmlSchemaType> &baseType, XmlSchemaDerivationMethod except)
| Parametre | Tür | Açıklama |
|---|---|---|
| derivedType | SharedPtr<XmlSchemaType> | Test edilecek türetilmiş XmlSchemaType. |
| baseType | const SharedPtr<XmlSchemaType>& | Türetilmiş XmlSchemaType ile karşılaştırılacak temel XmlSchemaType. |
| except | XmlSchemaDerivationMethod | Testten hariç tutulacak bir tip türetme yöntemini temsil eden XmlSchemaDerivationMethod değerlerinden biri. |
ReturnValue
true if the derived type is derived from the base type; otherwise, false.
Ayrıca Bakınız
- Typedef SharedPtr
- Class XmlSchemaType
- Enum XmlSchemaDerivationMethod
- Class XmlSchemaType
- Namespace System::Xml::Schema
- Library Aspose.Font for C++