SoapSchemaExporter(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 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.