طريقة System::Xml::Schema::XmlSchemaSet::RemoveRecursive
XmlSchemaSet::RemoveRecursive method
تُزيل مخطط XML Schema لغة التعريف (XSD) المحدد وجميع المخططات التي يستوردها من XmlSchemaSet.
bool System::Xml::Schema::XmlSchemaSet::RemoveRecursive(const SharedPtr<XmlSchema> &schemaToRemove)
| Parameter | Type | الوصف |
|---|---|---|
| schemaToRemove | const SharedPtr<XmlSchema>& | كائن XmlSchema لإزالته من XmlSchemaSet. |
ReturnValue
true if the XmlSchema object and all its imports were successfully removed; otherwise, false.
انظر أيضًا
- Typedef SharedPtr
- Class XmlSchema
- Class XmlSchemaSet
- Namespace System::Xml::Schema
- Library Aspose.Page for C++