System::Xml::Schema::XmlSchemaSet::Remove 方法
XmlSchemaSet::Remove method
从 XmlSchemaSet 中移除指定的 XML Schema 定义语言 (XSD) 架构。
SharedPtr<XmlSchema> System::Xml::Schema::XmlSchemaSet::Remove(const SharedPtr<XmlSchema> &schema)
| 参数 | 类型 | 描述 |
|---|---|---|
| schema | const SharedPtr<XmlSchema>& | 要从 XmlSchemaSet 中删除的 XmlSchema 对象。 |
ReturnValue
从 XmlSchemaSet 中移除的 XmlSchema 对象;如果在 XmlSchemaSet 中未找到该架构,则为 nullptr。
另见
- Typedef SharedPtr
- Class XmlSchema
- Class XmlSchemaSet
- Namespace System::Xml::Schema
- Library Aspose.Font for C++