XmlReflectionImporter::ImportTypeMapping Method

 

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

Generates a mapping to an XML Schema element for a specified .NET Framework type.

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

NameDescription
System_CAPS_pubmethodImportTypeMapping(Type^)

This API supports the product infrastructure and is not intended to be used directly from your code. Generates a mapping to an XML Schema element for a specified .NET Framework type.

System_CAPS_pubmethodImportTypeMapping(Type^, String^)

This API supports the product infrastructure and is not intended to be used directly from your code. Generates a mapping to an XML Schema element for a .NET Framework type, using the specified type and namespace.

System_CAPS_pubmethodImportTypeMapping(Type^, XmlRootAttribute^)

This API supports the product infrastructure and is not intended to be used directly from your code. Generates a mapping to an XML Schema element for a .NET Framework type, using the specified type and attribute.

System_CAPS_pubmethodImportTypeMapping(Type^, XmlRootAttribute^, String^)

This API supports the product infrastructure and is not intended to be used directly from your code. Generates a mapping to an XML Schema element for a .NET Framework type, using the specified type, attribute, and namespace.

Return to top
Show: