Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

XmlSerializer::FromMappings Method (array<XmlMapping^>^)

 

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

Returns an array of XmlSerializer objects created from an array of XmlTypeMapping objects.

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

public:
[PermissionSetAttribute(SecurityAction::LinkDemand, Name = "FullTrust")]
static array<XmlSerializer^>^ FromMappings(
	array<XmlMapping^>^ mappings
)

Parameters

mappings
Type: array<System.Xml.Serialization::XmlMapping^>^

An array of XmlTypeMapping that maps one type to another.

Return Value

Type: array<System.Xml.Serialization::XmlSerializer^>^

An array of XmlSerializer objects.

.NET Framework
Available since 1.1
Portable Class Library
Supported in: portable .NET platforms
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Return to top
Show:
© 2017 Microsoft