XsdDataContractExporter Constructor (XmlSchemaSet^)
.NET Framework (current version)
Initializes a new instance of the XsdDataContractExporter class with the specified set of schemas.
Assembly: System.Runtime.Serialization (in System.Runtime.Serialization.dll)
Parameters
- schemas
-
Type:
System.Xml.Schema::XmlSchemaSet^
An XmlSchemaSet that contains the schemas to be exported.
Use this overload when you have an existing XmlSchemaSet to which you want to add new schemas. After you construct a XsdDataContractExporter with this overload, call the Export method to add new types to the existing set.
.NET Framework
Available since 3.0
Available since 3.0
Show: