XmlCodeExporter.ExportTypeMapping(XmlTypeMapping) Method

Definition

Generates a .NET Framework type, plus attribute declarations, for an XML schema element.

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

public:
 void ExportTypeMapping(System::Xml::Serialization::XmlTypeMapping ^ xmlTypeMapping);
public void ExportTypeMapping (System.Xml.Serialization.XmlTypeMapping xmlTypeMapping);
member this.ExportTypeMapping : System.Xml.Serialization.XmlTypeMapping -> unit
Public Sub ExportTypeMapping (xmlTypeMapping As XmlTypeMapping)

Parameters

xmlTypeMapping
XmlTypeMapping

The internal .NET Framework type mapping information for an XML schema element.

Remarks

The Web Services Description Language tool (Wsdl.exe) uses this method to generate SOAP message headers and return types when a Web Services Description Language (WSDL) document specifies non-SOAP implementations of Web services using the HTTP-GET and HTTP-POST operations. The XML Schema Definition tool (Xsd.exe) uses this method to generate each of the XML schema element declarations in an XML Schema Definition (XSD) document.

Applies to