XmlSchemaExporter(XmlSchemas) Constructor

Definition

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.

Applies to