SoapSchemaExporter.ExportTypeMapping(XmlTypeMapping) Method

Definition

Adds to the applicable XmlSchema object a data type definition for a .NET Framework type.

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

An internal mapping between a .NET Framework type and an XML Schema element.

Remarks

You should not use the SoapSchemaExporter class directly.

Applies to