System::Xml::XmlDocument::get_Schemas method

XmlDocument::get_Schemas method

Returns the XmlSchemaSet object associated with this XmlDocument.

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

ReturnValue

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

See Also