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,它包含在调用 Export 方法后从公共语言运行库 (CLR) 类型集转换而来的架构。

适用于