SoapSchemaExporter(XmlSchemas) Constructor

Definition

Initializes a new instance of the SoapSchemaExporter class, which supplies the collection of XmlSchema objects to which XML Schema element declarations are to be added.

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

public:
 SoapSchemaExporter(System::Xml::Serialization::XmlSchemas ^ schemas);
public SoapSchemaExporter (System.Xml.Serialization.XmlSchemas schemas);
new System.Xml.Serialization.SoapSchemaExporter : System.Xml.Serialization.XmlSchemas -> System.Xml.Serialization.SoapSchemaExporter
Public Sub New (schemas As XmlSchemas)

Parameters

schemas
XmlSchemas

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

Remarks

You should not create an instance of the SoapSchemaExporter class directly.

Applies to