XmlReflectionImporter.ImportTypeMapping Method (Type, String)

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 namespace.

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

Syntax

'Declaration
Public Function ImportTypeMapping ( _
    type As Type, _
    defaultNamespace As String _
) As XmlTypeMapping
public XmlTypeMapping ImportTypeMapping(
    Type type,
    string defaultNamespace
)

Parameters

  • type
    Type: System.Type
    The .NET Framework type for which to generate a type mapping.
  • defaultNamespace
    Type: System.String
    The default XML namespace to use.

Return Value

Type: System.Xml.Serialization.XmlTypeMapping
Internal .NET Framework mapping of a 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.