System::Xml::XmlDocument::get_Schemas 方法

XmlDocument::get_Schemas method

返回与此 XmlDocument 关联的 XmlSchemaSet 对象。

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

ReturnValue

一个包含与此 XmlDocument 关联的 XML Schema 定义语言 (XSD) 架构的 XmlSchemaSet 对象;如果没有,则返回空的 XmlSchemaSet 对象。

另见