XmlSchemaImporter.ImportTypeMapping(XmlQualifiedName) Method

Definition

Generates internal type mapping information for an element defined in an XML schema document.

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

public:
 System::Xml::Serialization::XmlTypeMapping ^ ImportTypeMapping(System::Xml::XmlQualifiedName ^ name);
public System.Xml.Serialization.XmlTypeMapping ImportTypeMapping (System.Xml.XmlQualifiedName name);
member this.ImportTypeMapping : System.Xml.XmlQualifiedName -> System.Xml.Serialization.XmlTypeMapping
Public Function ImportTypeMapping (name As XmlQualifiedName) As XmlTypeMapping

Parameters

name
XmlQualifiedName

An XmlQualifiedName that specifies the name of an element defined in an XML schema document.

Returns

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

Remarks

The ImportTypeMapping method is used by the Xsd.exe tool while generating classes XML Schema Definition (XSD) document. Instead of calling this method directly, use Xsd.exe.

This method does not account for the XML schema element's type.

Applies to