XmlDocument.Schemas 属性

定义

获取或设置与此 XmlDocument 关联的 XmlSchemaSet 对象。

public:
 property System::Xml::Schema::XmlSchemaSet ^ Schemas { System::Xml::Schema::XmlSchemaSet ^ get(); void set(System::Xml::Schema::XmlSchemaSet ^ value); };
public System.Xml.Schema.XmlSchemaSet Schemas { get; set; }
member this.Schemas : System.Xml.Schema.XmlSchemaSet with get, set
Public Property Schemas As XmlSchemaSet

属性值

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

注解

在执行 的 方法XmlDocumentValidate,与 对象关联的XmlDocument对象中包含的XmlSchemaSet架构将用于验证。

XmlDocument使用 来自 对象的 XML 数据XmlReader初始化对象时,XmlSchemaSet将从 对象的 属性加载SchemasXmlReader对象。

适用于

另请参阅