XsdDataContractExporter::Export Method
.NET Framework (current version)
Transforms the common language runtime (CLR) type, or set of types, into a set of XML schemas.
Assembly: System.Runtime.Serialization (in System.Runtime.Serialization.dll)
| Name | Description | |
|---|---|---|
![]() | Export(ICollection<Assembly^>^) | Transforms the types contained in the specified collection of assemblies. |
![]() | Export(ICollection<Type^>^) | Transforms the types contained in the ICollection<T> passed to this method. |
![]() | Export(Type^) | Transforms the specified .NET Framework type into an XML schema definition language (XSD) schema. |
Show:
