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

XmlDocument::get_Schemas method

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

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

ReturnValue

一个 XmlSchemaSet 对象,包含与此 XmlDocument 关联的 XML Schema 定义语言 (XSD) 架构;否则为一个空的 XmlSchemaSet 对象。

另见