XsdDataContractImporter::Import Method (XmlSchemaSet^)
.NET Framework (current version)
Transforms the specified set of XML schemas contained in an XmlSchemaSet into a CodeCompileUnit.
Assembly: System.Runtime.Serialization (in System.Runtime.Serialization.dll)
Parameters
- schemas
-
Type:
System.Xml.Schema::XmlSchemaSet^
A XmlSchemaSet that contains the schema representations to generate CLR types for.
| Exception | Condition |
|---|---|
| ArgumentNullException | The schemas parameter is null. |
.NET Framework
Available since 3.0
Available since 3.0
Show: