get_Schemas()

XmlDocument::get_Schemas() method

Returns the XmlSchemaSet object associated with this XmlDocument.

SharedPtr<Schema::XmlSchemaSet> System::Xml::XmlDocument::get_Schemas()

Return Value

An XmlSchemaSet object containing the XML Schema Definition Language (XSD) schemas associated with this XmlDocument; otherwise, an empty XmlSchemaSet object.

See Also