System::Xml::Schema::XmlSchemaSet::RemoveRecursive μέθοδος

XmlSchemaSet::RemoveRecursive method

Αφαιρεί το καθορισμένο XML Schema definition language (XSD) σχήμα και όλα τα σχήματα που εισάγει από το XmlSchemaSet.

bool System::Xml::Schema::XmlSchemaSet::RemoveRecursive(const SharedPtr<XmlSchema> &schemaToRemove)
ParameterTypeΠεριγραφή
schemaToRemoveconst SharedPtr<XmlSchema>&Το αντικείμενο XmlSchema που θα αφαιρεθεί από το XmlSchemaSet.

ReturnValue

true if the XmlSchema object and all its imports were successfully removed; otherwise, false.

Δείτε επίσης