Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

XmlSchemaExporter Constructor (XmlSchemas^)

 

This API supports the product infrastructure and is not intended to be used directly from your code.

Initializes a new instance of the XmlSchemaExporter class.

Namespace:   System.Xml.Serialization
Assembly:  System.Xml (in System.Xml.dll)

public:
XmlSchemaExporter(
	XmlSchemas^ schemas
)

Parameters

schemas
Type: System.Xml.Serialization::XmlSchemas^

A collection of XmlSchema objects to which element declarations obtained from type mappings are added.

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.

.NET Framework
Available since 1.1
Return to top
Show:
© 2017 Microsoft