System::Xml::Schema::XmlSchemaType::IsDerivedFrom yöntemi
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)
| Parameter | Type | Açıklama |
|---|---|---|
| derivedType | SharedPtr<XmlSchemaType> | Test edilecek türetilmiş XmlSchemaType. |
| baseType | const SharedPtr<XmlSchemaType>& | Türetilmiş XmlSchemaType karşılaştırılacak temel XmlSchemaType. |
| except | XmlSchemaDerivationMethod | Testten hariç tutulacak bir tür 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.Page for C++