System::Xml::Schema::XmlSchemaSet::RemoveRecursive メソッド
XmlSchemaSet::RemoveRecursive method
指定された XML Schema 定義言語 (XSD) スキーマと、そのインポートされたすべてのスキーマを XmlSchemaSet から削除します。
bool System::Xml::Schema::XmlSchemaSet::RemoveRecursive(const SharedPtr<XmlSchema> &schemaToRemove)
| パラメーター | 型 | 説明 |
|---|---|---|
| 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++