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: