XmlReflectionImporter.ImportTypeMapping Method (Type, XmlRootAttribute)

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

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 .NET Framework type, using the specified type and attribute.

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

Syntax

'Declaration
Public Function ImportTypeMapping ( _
    type As Type, _
    root As XmlRootAttribute _
) As XmlTypeMapping
public XmlTypeMapping ImportTypeMapping(
    Type type,
    XmlRootAttribute root
)

Parameters

  • type
    Type: System.Type
    The .NET Framework type for which to generate a type mapping.

Return Value

Type: System.Xml.Serialization.XmlTypeMapping
An XmlTypeMapping that represents a mapping of a .NET Framework type to an XML Schema element.

Remarks

It is not necessary to call the ImportTypeMapping method directly.

Version Information

Silverlight

Supported in: 5, 4, 3

Silverlight for Windows Phone

Supported in: Windows Phone OS 7.1, Windows Phone OS 7.0

XNA Framework

Supported in: Xbox 360, Windows Phone OS 7.0

Platforms

For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.