XmlSchemaExporter(XmlSchemas) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of the XmlSchemaExporter class.
This API supports the product infrastructure and is not intended to be used directly from your code.
public:
XmlSchemaExporter(System::Xml::Serialization::XmlSchemas ^ schemas);
public XmlSchemaExporter (System.Xml.Serialization.XmlSchemas schemas);
new System.Xml.Serialization.XmlSchemaExporter : System.Xml.Serialization.XmlSchemas -> System.Xml.Serialization.XmlSchemaExporter
Public Sub New (schemas As XmlSchemas)
Parameters
- schemas
- XmlSchemas
A collection of XmlSchema objects to which element declarations obtained from type mappings are added.
Remarks
The XmlSchemaExporter class supplies the collection of XmlSchema objects to which XML schema element declarations are to be added. You do not need to create an instance of the XmlSchemaExporter class directly.