XmlReflectionImporter.ImportTypeMapping Method

Microsoft Silverlight will reach end of support after October 2021. Learn more.

Include Protected Members
Include Inherited Members

Include Silverlight Members
Include Silverlight for Windows Phone Members
Include XNA Framework Members

This API supports the .NET Framework 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.

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

Overload List

  Name Description
Public methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 ImportTypeMapping(Type) Generates a mapping to an XML Schema element for a specified .NET Framework type.
Public methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 ImportTypeMapping(Type, String) Generates a mapping to an XML Schema element for a .NET Framework type, using the specified type and namespace.
Public methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 ImportTypeMapping(Type, XmlRootAttribute) Generates a mapping to an XML Schema element for a .NET Framework type, using the specified type and attribute.
Public methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 ImportTypeMapping(Type, XmlRootAttribute, String) Generates a mapping to an XML Schema element for a .NET Framework type, using the specified type, attribute, and namespace.

Top