SoapSchemaExporter::ExportTypeMapping Method (XmlTypeMapping^)

 

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

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

Namespace:   System.Xml.Serialization
Assembly:  System.Xml (in System.Xml.dll)

public:
void ExportTypeMapping(
	XmlTypeMapping^ xmlTypeMapping
)

Parameters

xmlTypeMapping
Type: System.Xml.Serialization::XmlTypeMapping^

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

You should not use the SoapSchemaExporter class directly.

.NET Framework
Available since 1.1
Return to top
Show: