XsdDataContractExporter.Schemas 属性

定义

获取导出的 XML 架构的集合。

public:
 property System::Xml::Schema::XmlSchemaSet ^ Schemas { System::Xml::Schema::XmlSchemaSet ^ get(); };
public System.Xml.Schema.XmlSchemaSet Schemas { get; }
member this.Schemas : System.Xml.Schema.XmlSchemaSet
Public ReadOnly Property Schemas As XmlSchemaSet

属性值

一个 XmlSchemaSet 包含从公共语言运行时 (CLR) 类型集转换后调用 Export 该方法的架构。

适用于