طريقة System::Xml::Schema::XmlSchemaSet::Remove
XmlSchemaSet::Remove method
تُزيل مخطط تعريف لغة XML Schema (XSD) المحدد من XmlSchemaSet.
SharedPtr<XmlSchema> System::Xml::Schema::XmlSchemaSet::Remove(const SharedPtr<XmlSchema> &schema)
| Parameter | Type | الوصف |
|---|---|---|
| schema | const SharedPtr<XmlSchema>& | كائن XmlSchema لإزالته من XmlSchemaSet. |
ReturnValue
كائن XmlSchema المُزال من XmlSchemaSet أو nullptr إذا لم يُعثر على المخطط في XmlSchemaSet.
انظر أيضًا
- Typedef SharedPtr
- Class XmlSchema
- Class XmlSchemaSet
- Namespace System::Xml::Schema
- Library Aspose.Page for C++